summaryrefslogtreecommitdiff
path: root/src/char_sql/int_pet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/int_pet.h')
-rw-r--r--src/char_sql/int_pet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char_sql/int_pet.h b/src/char_sql/int_pet.h
index 1b03c9768..5c1955857 100644
--- a/src/char_sql/int_pet.h
+++ b/src/char_sql/int_pet.h
@@ -15,4 +15,5 @@ int inter_pet_sql_init(void);
//Exported for use in the TXT-SQL converter.
int inter_pet_tosql(int pet_id, struct s_pet *p);
-#endif
+
+#endif /* _INT_PET_SQL_H_ */