diff options
author | ywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-08 22:27:20 +0000 |
---|---|---|
committer | ywang <ywang@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-08 22:27:20 +0000 |
commit | db608e6b5b00f54a678d7144170ccb5057782e14 (patch) | |
tree | d9633061545281358354db4f3338a69acfe94dd0 /Tools/CCode/Source/GenBsfFixup | |
parent | 66d8c20686febc5f7ba580dd79377c93435b75ad (diff) | |
download | edk2-platforms-db608e6b5b00f54a678d7144170ccb5057782e14.tar.xz |
Minor changes and bug fixes implemented.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2196 6f19259b-4bc3-4df7-8a09-765794883524
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;
}
|