From e117c581a6afab60fe77daa05f8d49ef2436a828 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 12 Jan 2014 15:55:38 -0200 Subject: 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 --- src/map/intif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2