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/int_quest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/char/int_quest.h') diff --git a/src/char/int_quest.h b/src/char/int_quest.h index 2cb359d40..ee04388fc 100644 --- a/src/char/int_quest.h +++ b/src/char/int_quest.h @@ -1,8 +1,8 @@ // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder -#ifndef CHAR_QUEST_H -#define CHAR_QUEST_H +#ifndef CHAR_INT_QUEST_H +#define CHAR_INT_QUEST_H #ifdef HERCULES_CORE void inter_quest_defaults(void); @@ -17,5 +17,5 @@ struct inter_quest_interface { struct inter_quest_interface *inter_quest; -#endif /* CHAR_QUEST_H */ +#endif /* CHAR_INT_QUEST_H */ -- cgit v1.2.3-60-g2f50