Prevent warnings

This commit is contained in:
twinaphex
2019-07-30 03:55:25 +02:00
parent ff9f066367
commit 43287de64e
2 changed files with 127 additions and 9 deletions
+2
View File
@@ -59,6 +59,8 @@ int pre_main(const char *argv)
skel_main(PARAMCOUNT,( char **)xargv_cmd);
xargv_cmd[PARAMCOUNT - 2] = NULL;
return 0;
}
void parse_cmdline(const char *argv)