summaryrefslogtreecommitdiff
path: root/src/char/inter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/inter.h')
-rw-r--r--src/char/inter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char/inter.h b/src/char/inter.h
index 1789848c5..5a6a0edde 100644
--- a/src/char/inter.h
+++ b/src/char/inter.h
@@ -25,4 +25,5 @@ extern char main_chat_nick[16];
//For TXT->SQL conversion
extern char accreg_txt[];
int inter_accreg_fromstr(const char *str, struct accreg *reg);
-#endif
+
+#endif /* _INTER_H_ */