summaryrefslogtreecommitdiff
path: root/DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-03 02:16:24 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-03 02:16:24 +0000
commit49de9dd497d233b8c377daa845feef848f3ae59c (patch)
tree19aea07dd8599ed639571fd70d77faf63f160170 /DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h
parent237bb9d0be75978a773a084fe739df261742b913 (diff)
downloadedk2-platforms-49de9dd497d233b8c377daa845feef848f3ae59c.tar.xz
Fix ICC building issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7772 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h')
-rw-r--r--DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h2
1 files changed, 1 insertions, 1 deletions
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;
//