소스 검색

Added missing {

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@671 54d463be-8e91-2dee-dedb-b68131a5f0ec
celest 20 년 전
부모
커밋
c3e0d731b0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/map/clif.c

+ 1 - 0
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);