From 49de9dd497d233b8c377daa845feef848f3ae59c Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 3 Mar 2009 02:16:24 +0000 Subject: Fix ICC building issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7772 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h') diff --git a/DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h b/DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h index 7f128ad633..abcddafbac 100644 --- a/DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h +++ b/DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h @@ -419,7 +419,7 @@ typedef enum { memPL = 3, // Planar memory model memPK = 4, // Packed pixel memory model memRGB= 6, // Direct color RGB memory model - memYUV= 7, // Direct color YUV memory model + memYUV= 7 // Direct color YUV memory model } VESA_BIOS_EXTENSIONS_MEMORY_MODELS; // -- cgit v1.2.3