From 08e100ec056ef7f8dabbbe33d3de14410c25f367 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 9 Aug 2015 00:35:38 +0200 Subject: Corrected some include guards - Fixes some future issues with the HPMDataCheck system. Signed-off-by: Haru --- src/char/char.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/char/char.h') diff --git a/src/char/char.h b/src/char/char.h index 3b6e0fa8c..1f5df2750 100644 --- a/src/char/char.h +++ b/src/char/char.h @@ -2,8 +2,8 @@ // See the LICENSE file // Portions Copyright (c) Athena Dev Teams -#ifndef COMMON_CHAR_H -#define COMMON_CHAR_H +#ifndef CHAR_CHAR_H +#define CHAR_CHAR_H #include "common/cbasetypes.h" #include "common/core.h" // CORE_ST_LAST @@ -312,4 +312,4 @@ struct char_interface { struct char_interface *chr; -#endif /* COMMON_CHAR_H */ +#endif /* CHAR_CHAR_H */ -- cgit v1.2.3-70-g09d2