fixed compile and runtime errors

This commit is contained in:
2019-12-07 22:09:27 -07:00
parent aa94d80145
commit 2cfb92d97b
2 changed files with 3 additions and 1 deletions

View File

@@ -163,7 +163,7 @@ static HRESULT parse_cmdline(int argc, char *argv[], GLOBAL_CONFIG *parsed)
}
else
{
fprintf(stderr, "%s: no script specified\n", argv[0], c);
fprintf(stderr, "%s: no script specified\n", argv[0]);
return UPIWIN_E_NOSCRIPT;
}