projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26b0b23
)
[FATTEN]
author
David Quintana
<gigaherz@gmail.com>
Sat, 30 Sep 2017 19:19:30 +0000
(19:19 +0000)
committer
David Quintana
<gigaherz@gmail.com>
Sat, 30 Sep 2017 19:19:30 +0000
(19:19 +0000)
Fix copypasta.
svn path=/trunk/; revision=76006
reactos/sdk/tools/fatten/fatten.c
patch
|
blob
|
history
diff --git
a/reactos/sdk/tools/fatten/fatten.c
b/reactos/sdk/tools/fatten/fatten.c
index
1e059ad
..
452b33f
100644
(file)
--- a/
reactos/sdk/tools/fatten/fatten.c
+++ b/
reactos/sdk/tools/fatten/fatten.c
@@
-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();
}