summaryrefslogtreecommitdiff
path: root/DuetPkg/BiosVideoThunkDxe/VesaBiosExtensions.h
diff options
context:
space:
mode:
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;
//