apps: fix trivial typo
authorJunhwan Park <junhwan.park@samsung.com>
Wed, 14 Jun 2017 06:01:11 +0000 (15:01 +0900)
committersunghan <sh924.chang@samsung.com>
Tue, 19 Sep 2017 10:38:11 +0000 (19:38 +0900)
Fix trivial typo

Change-Id: Id89bc4b81f8a22e1406dfce3700dcbeeea70b22e
Signed-off-by: Junhwan Park <junhwan.park@samsung.com>
Conflicts:
apps/include/nxplayer.h

apps/include/hex2bin.h

index 1d63470..0fea246 100644 (file)
@@ -50,8 +50,8 @@
  *
  ****************************************************************************/
 
-#ifndef __APPS_INCLUDE_INIFILE_H
-#define __APPS_INCLUDE_INIFILE_H
+#ifndef __APPS_INCLUDE_HEX2BIN_H
+#define __APPS_INCLUDE_HEX2BIN_H
 
 /****************************************************************************
  * Included Files
@@ -284,4 +284,4 @@ int hex2mem_main(int argc, char **argv);
 #endif
 
 #endif                                                 /* CONFIG_SYSTEM_HEX2BIN */
-#endif                                                 /* __APPS_INCLUDE_INIFILE_H */
+#endif                                                 /* __APPS_INCLUDE_HEX2BIN_H */