BaseTools: EfiRom: Fix build error
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -75,7 +75,7 @@ Returns:
|
||||
//
|
||||
if (mOptions.DumpOption == 1) {
|
||||
if (mOptions.FileList != NULL) {
|
||||
if ((Ptr0 = strstr ((CONST CHAR8 *) mOptions.FileList->FileName, DEFAULT_OUTPUT_EXTENSION)) != NULL) {
|
||||
if ((Ptr0 = strstr ((CHAR8 *) mOptions.FileList->FileName, DEFAULT_OUTPUT_EXTENSION)) != NULL) {
|
||||
DumpImage (mOptions.FileList);
|
||||
goto BailOut;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user