From c3e0d731b0f81d20838d1addc06c2c886e661377 Mon Sep 17 00:00:00 2001 From: celest Date: Mon, 20 Dec 2004 19:06:40 +0000 Subject: [PATCH] Added missing { git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@671 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/clif.c b/src/map/clif.c index 951eed42c7..1467493bb1 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -3545,6 +3545,7 @@ void clif_getareachar_pc(struct map_session_data* sd,struct map_session_data* ds */ //fixed by Valaris void clif_getareachar_npc(struct map_session_data* sd,struct npc_data* nd) +{ int len; nullpo_retv(sd); nullpo_retv(nd);