Skip to content

Commit 9b4f696

Browse files
Gelipmintsuki
authored andcommitted
Update video.c
Cosmetic fix to display data on next line
1 parent 91f4820 commit 9b4f696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ static EFI_STATUS csmwrap_video_oprom_init(struct csmwrap_priv *priv)
359359
VOID *LocalRomImage;
360360

361361
if (!PciIo || !PciIo->RomImage || !PciIo->RomSize) {
362-
DEBUG((DEBUG_ERROR, "No PCI I/O protocol or RomImage function\n"));
362+
DEBUG((DEBUG_ERROR, No PCI I/O protocol or RomImage function\n));
363363
return EFI_UNSUPPORTED;
364364
}
365365

0 commit comments

Comments
 (0)