Added missing {

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@671 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest 2004-12-20 19:06:40 +00:00
parent f71ac3a470
commit c3e0d731b0

View File

@ -3545,6 +3545,7 @@ void clif_getareachar_pc(struct map_session_data* sd,struct map_session_data* ds
*/ */
//fixed by Valaris //fixed by Valaris
void clif_getareachar_npc(struct map_session_data* sd,struct npc_data* nd) void clif_getareachar_npc(struct map_session_data* sd,struct npc_data* nd)
{
int len; int len;
nullpo_retv(sd); nullpo_retv(sd);
nullpo_retv(nd); nullpo_retv(nd);