]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/GraphicsConsoleDxe/LaffStd.c
code scrub for check list.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / GraphicsConsoleDxe / LaffStd.c
index 6520f241d04d08fab1adee00e31b41458321d395..dd7b02bb482041cef70789659c8a741fbc87a8a5 100644 (file)
@@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include "GraphicsConsole.h"\r
 \r
-EFI_NARROW_GLYPH  UsStdNarrowGlyphData[] = {\r
+EFI_NARROW_GLYPH  gUsStdNarrowGlyphData[] = {\r
   //\r
   // Unicode glyphs from 0x20 to 0x7e are the same as ASCII characters 0x20 to 0x7e\r
   //\r
@@ -284,5 +284,5 @@ ReturnNarrowFontSize (
   //\r
   // I need the size of this outside of this file, so here is a stub function to do that for me\r
   //\r
-  return sizeof (UsStdNarrowGlyphData);\r
+  return sizeof (gUsStdNarrowGlyphData);\r
 }\r