summaryrefslogtreecommitdiff
path: root/src/char/int_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_storage.h')
-rw-r--r--src/char/int_storage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char/int_storage.h b/src/char/int_storage.h
index 7007646f9..976d77034 100644
--- a/src/char/int_storage.h
+++ b/src/char/int_storage.h
@@ -19,4 +19,5 @@ extern char guild_storage_txt[1024];
//Exported for use in the TXT-SQL converter.
int storage_fromstr(char *str,struct storage *p);
int guild_storage_fromstr(char *str,struct guild_storage *p);
-#endif
+
+#endif /* _INT_STORAGE_H_ */