From 0985a47e31a4979020a87e8cb1768f6b99cf6cbf Mon Sep 17 00:00:00 2001 From: Lance Date: Fri, 17 Mar 2006 16:15:56 +0000 Subject: Corrected nullpo_retv -> nullpo_ret since npc_unload is int. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5648 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/npc.c') diff --git a/src/map/npc.c b/src/map/npc.c index 56affa0b5..5e4797afa 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -1532,7 +1532,7 @@ static int npc_unload_ev(DBKey key,void *data,va_list ap) { int npc_unload (struct npc_data *nd) { - nullpo_retv(nd); + nullpo_ret(nd); npc_remove_map (nd); map_deliddb(&nd->bl); -- cgit v1.2.3-70-g09d2