summaryrefslogtreecommitdiff
path: root/src/char_sql/int_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/int_storage.h')
-rw-r--r--src/char_sql/int_storage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char_sql/int_storage.h b/src/char_sql/int_storage.h
index 3cba41e64..dd71ef9ed 100644
--- a/src/char_sql/int_storage.h
+++ b/src/char_sql/int_storage.h
@@ -14,4 +14,5 @@ int inter_storage_parse_frommap(int fd);
//Exported for use in the TXT-SQL converter.
int storage_tosql(int account_id,struct storage *p);
int guild_storage_tosql(int guild_id, struct guild_storage *p);
-#endif
+
+#endif /* _INT_STORAGE_SQL_H_ */