diff options
Diffstat (limited to 'src/char/int_party.h')
-rw-r--r-- | src/char/int_party.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char/int_party.h b/src/char/int_party.h index 8f4ff5d18..453699617 100644 --- a/src/char/int_party.h +++ b/src/char/int_party.h @@ -16,4 +16,5 @@ extern char party_txt[1024]; //For the TXT->SQL converter int inter_party_fromstr(char *str, struct party *p); -#endif + +#endif /* _INT_PARTY_H_ */ |