From 8dedf18e168afd90230af1997edb593431b36e03 Mon Sep 17 00:00:00 2001 From: toms Date: Sun, 27 Apr 2008 10:29:30 +0000 Subject: Fixed 'suggest parentheses around assignment ...' gcc warning git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12664 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/itemdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/itemdb.c b/src/map/itemdb.c index 4ff0b6f24..979ba4a39 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -1115,7 +1115,7 @@ static int itemdb_reload_check(DBKey key,void *data,va_list ap) } //Delete storage - if(stor = account2storage2(sd->status.account_id)) + if((stor = account2storage2(sd->status.account_id))) { //If storage isn't found, it will be deleted whenever storage is loaded again if(stor) -- cgit v1.2.3-60-g2f50