Преглед изворни кода

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;
 	}