Fix copypasta.

svn path=/trunk/; revision=76006
This commit is contained in:
David Quintana 2017-09-30 19:19:30 +00:00
parent 26b0b23a26
commit e97875595e

View file

@ -138,7 +138,7 @@ int main(int oargc, char* oargv[])
// first parameter must be the image file. // first parameter must be the image file.
if (argc == 0) if (argc == 0)
{ {
fprintf(stderr, "Error: First parameter must be a filename.\n", argv[0]); fprintf(stderr, "Error: First parameter must be a filename.\n");
PRINT_HELP_AND_QUIT(); PRINT_HELP_AND_QUIT();
} }