summaryrefslogtreecommitdiff
path: root/src/char_sql/char.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/char.h')
-rw-r--r--src/char_sql/char.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/char_sql/char.h b/src/char_sql/char.h
index 4a95fd0f8..41ce45ea6 100644
--- a/src/char_sql/char.h
+++ b/src/char_sql/char.h
@@ -1,7 +1,8 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
-#ifndef _CHARSQL_H_
-#define _CHARSQL_H_
+
+#ifndef _CHAR_SQL_H_
+#define _CHAR_SQL_H_
#include "../common/core.h"
#include "../common/socket.h"
@@ -106,4 +107,5 @@ extern int debug_mysql_query(char *file, int line, void *mysql, const char *q);
//Exported for use in the TXT-SQL converter.
int mmo_char_tosql(int char_id, struct mmo_charstatus *p);
void sql_config_read(const char *cfgName);
-#endif
+
+#endif /* _CHAR_SQL_H_ */