From 41fb0fccfe22ce3cf313b05a8193d0e1514436ed Mon Sep 17 00:00:00 2001 From: Junhwan Park Date: Wed, 14 Jun 2017 15:01:11 +0900 Subject: [PATCH] apps: fix trivial typo Fix trivial typo Change-Id: Id89bc4b81f8a22e1406dfce3700dcbeeea70b22e Signed-off-by: Junhwan Park Conflicts: apps/include/nxplayer.h --- apps/include/hex2bin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/include/hex2bin.h b/apps/include/hex2bin.h index 1d63470..0fea246 100644 --- a/apps/include/hex2bin.h +++ b/apps/include/hex2bin.h @@ -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 */ -- 2.7.4