_cmd_syntaxhelp(): 2. Argument sollte mixed* sein
insb. weil die Regeln ja noch geschachtelte Arrays
sein koennten...
Change-Id: I15b69707f457b15ef071067f44c362623a7fb08e
diff --git a/std/thing/commands.c b/std/thing/commands.c
index fb13803..404fc9a 100644
--- a/std/thing/commands.c
+++ b/std/thing/commands.c
@@ -52,7 +52,7 @@
private nosave mapping added_cmds;
-protected int _cmd_syntaxhelp(string str, string *args)
+protected int _cmd_syntaxhelp(string str, mixed *args)
{
mapping|closure restr;
mixed help = QueryProp(P_SYNTAX_HELP);