diff options
Diffstat (limited to 'src/char/int_pet.h')
-rw-r--r-- | src/char/int_pet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char/int_pet.h b/src/char/int_pet.h index 2c72628bb..43f354798 100644 --- a/src/char/int_pet.h +++ b/src/char/int_pet.h @@ -15,4 +15,5 @@ extern char pet_txt[1024]; //Exported for use in the TXT-SQL converter. int inter_pet_fromstr(char *str,struct s_pet *p); -#endif + +#endif /* _INT_PET_H_ */ |