summaryrefslogtreecommitdiffstats
path: root/fastbootd/utils.h
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2014-11-13 15:33:38 -0800
committerChih-Hung Hsieh <chh@google.com>2014-11-13 15:33:38 -0800
commit2c776811a44e4b552ecada83512147906b21b732 (patch)
tree7ed740d24a5fbe4db7ae367e1ab2ccf8d8a13154 /fastbootd/utils.h
parentc9582d02391393d38b511f8c58be5429bdcb0406 (diff)
downloadsystem_core-2c776811a44e4b552ecada83512147906b21b732.zip
system_core-2c776811a44e4b552ecada83512147906b21b732.tar.gz
system_core-2c776811a44e4b552ecada83512147906b21b732.tar.bz2
Fix a trivial typo.
Clang compiler gave a correct warning on this mismatch of names in #ifndef and #define. Change-Id: I360f0c40ee98162093dde8f9815a02a54e5b2cb7
Diffstat (limited to 'fastbootd/utils.h')
-rw-r--r--fastbootd/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastbootd/utils.h b/fastbootd/utils.h
index 3d98699..2f89582 100644
--- a/fastbootd/utils.h
+++ b/fastbootd/utils.h
@@ -29,7 +29,7 @@
* SUCH DAMAGE.
*/
-#ifndef _FASTBOOT_UTLIS_H
+#ifndef _FASTBOOT_UTILS_H
#define _FASTBOOT_UTILS_H
#include <stdio.h>