diff options
Diffstat (limited to 'Tools/CCode/Source/GenBsfFixup')
-rw-r--r-- | Tools/CCode/Source/GenBsfFixup/GenBsfFixup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/GenBsfFixup/GenBsfFixup.c b/Tools/CCode/Source/GenBsfFixup/GenBsfFixup.c index 1cc1e83389..6082b4d838 100644 --- a/Tools/CCode/Source/GenBsfFixup/GenBsfFixup.c +++ b/Tools/CCode/Source/GenBsfFixup/GenBsfFixup.c @@ -394,7 +394,7 @@ Returns: Index = 0;
Invert = 0;
- if (argc < 1) {
+ if (argc == 1) {
Usage();
return -1;
}
|