BaseTools: EfiRom: Fix build error
Some checks failed
Scheduled Maintenance / repo_cleanup (push) Has been cancelled
Stale Check / Stale (push) Has been cancelled

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-03-21 13:44:08 -04:00
parent c69d0a6fef
commit 9961de0692

View File

@@ -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 {