From 391ac7a8a4aedafe818d0559a2011722fa54163c Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Mon, 25 Dec 2006 08:21:49 +0000 Subject: - a couple of warnings fixed git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9572 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 86cf18859..dc054ee1b 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -561,7 +561,7 @@ int add_word(const char *p) static const char* parse_callfunc(const char *p, int require_paren) { const char* p2; - const char* arg; + const char* arg=NULL; int func; func = add_word(p); -- cgit v1.2.3-70-g09d2