Fix typo in fs.h

fs.h defined _FH_H_ rather than _FS_H_

Change-Id: I710ef53e88d3601e486fde9957f6d022871d9602
Signed-off-by: Markus Mayer <code@mmayer.net>
This commit is contained in:
Markus Mayer 2014-07-08 13:41:42 -07:00
parent 8022ce1e87
commit c335a3500c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#ifndef _FS_H_
#define _FH_H_
#define _FS_H_
#include <stdint.h>