mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[FATTEN]
Fix copypasta. svn path=/trunk/; revision=76006
This commit is contained in:
@@ -138,7 +138,7 @@ int main(int oargc, char* oargv[])
|
||||
// first parameter must be the image file.
|
||||
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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user