소스 검색

Corrected a compile error
* Follow up to 900548f.

aleos89 8 년 전
부모
커밋
a3282c1730
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/map/script.c

+ 1 - 1
src/map/script.c

@@ -6714,7 +6714,7 @@ static int script_getitem_randomoption(struct script_state *st, struct item *it,
 		return SCRIPT_CMD_FAILURE;
 	}
 	if (opt_param_n < 1) {
-		ShowError("buildin_%s: No option parameter listed.\n";, funcname);
+		ShowError("buildin_%s: No option parameter listed.\n", funcname);
 		return SCRIPT_CMD_FAILURE;
 	}