From db608e6b5b00f54a678d7144170ccb5057782e14 Mon Sep 17 00:00:00 2001 From: ywang Date: Mon, 8 Jan 2007 22:27:20 +0000 Subject: Minor changes and bug fixes implemented. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2196 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/CCode/Source/GenBsfFixup/GenBsfFixup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/CCode/Source/GenBsfFixup') 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; } -- cgit v1.2.3