diff options
author | Markus Mayer <code@mmayer.net> | 2014-07-08 13:41:42 -0700 |
---|---|---|
committer | Markus Mayer <code@mmayer.net> | 2014-07-09 15:27:53 -0700 |
commit | c335a3500c0ea2057be74a686b14f427058ce75c (patch) | |
tree | e34abaf8e12ac9483acb821568a39a79ae81cc53 /fastboot | |
parent | 8022ce1e8742fc21aa0f4653d905c5a404b941dc (diff) | |
download | core-c335a3500c0ea2057be74a686b14f427058ce75c.tar.gz core-c335a3500c0ea2057be74a686b14f427058ce75c.tar.bz2 core-c335a3500c0ea2057be74a686b14f427058ce75c.zip |
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>
Diffstat (limited to 'fastboot')
-rw-r--r-- | fastboot/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/fs.h b/fastboot/fs.h index 8388629c8..8444081eb 100644 --- a/fastboot/fs.h +++ b/fastboot/fs.h @@ -1,5 +1,5 @@ #ifndef _FS_H_ -#define _FH_H_ +#define _FS_H_ #include <stdint.h> |