diff options
author | shennetsind <ind@henn.et> | 2014-01-12 15:55:38 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-01-12 15:55:38 -0200 |
commit | e117c581a6afab60fe77daa05f8d49ef2436a828 (patch) | |
tree | fb454b1f86462219e21936594de1c4a963cf6d73 /src | |
parent | e5c09299d9e6e29d65300bd9d82ab9f8c8325ad8 (diff) | |
download | hercules-e117c581a6afab60fe77daa05f8d49ef2436a828.tar.gz hercules-e117c581a6afab60fe77daa05f8d49ef2436a828.tar.bz2 hercules-e117c581a6afab60fe77daa05f8d49ef2436a828.tar.xz hercules-e117c581a6afab60fe77daa05f8d49ef2436a828.zip |
Fixed Bug 7963
Syntax error when compiling with GP_BOUND_ITEMS disabled.
http://hercules.ws/board/tracker/issue-7963-intifc-compile-error/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src')
-rw-r--r-- | src/map/intif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index 0a36fbc3d..9d447b9c0 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -2250,7 +2250,7 @@ int intif_parse(int fd) #ifdef GP_BOUND_ITEMS intif->pItembound_ack(fd); #else - ShowWarning("intif_parse: Received 0x3856 with GP_BOUND_ITEMS disabled !!!\n") + ShowWarning("intif_parse: Received 0x3856 with GP_BOUND_ITEMS disabled !!!\n"); #endif break; // Mercenary System |