summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiLib/UefiLibPrint.c
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 13:46:34 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 13:46:34 +0000
commit0057fda6139b7694a9cdfdf9cb872ffaed25fcb7 (patch)
tree3b74b0086fa7e9a2dd4b20ff21d11ceb540e5a05 /MdePkg/Library/UefiLib/UefiLibPrint.c
parentb17f9e952661750495be05b1876de17ad8e5e6ad (diff)
downloadedk2-0057fda6139b7694a9cdfdf9cb872ffaed25fcb7.tar.gz
edk2-0057fda6139b7694a9cdfdf9cb872ffaed25fcb7.tar.bz2
edk2-0057fda6139b7694a9cdfdf9cb872ffaed25fcb7.zip
Refine MdePkg library instances: Remove unnecessary EFIAPI modifier for library worker functions, fix some typos, etc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6790 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiLib/UefiLibPrint.c')
-rw-r--r--MdePkg/Library/UefiLib/UefiLibPrint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLibPrint.c b/MdePkg/Library/UefiLib/UefiLibPrint.c
index 923f6be718..2478380232 100644
--- a/MdePkg/Library/UefiLib/UefiLibPrint.c
+++ b/MdePkg/Library/UefiLib/UefiLibPrint.c
@@ -15,7 +15,7 @@
#include "UefiLibInternal.h"
-EFI_GRAPHICS_OUTPUT_BLT_PIXEL mEfiColors[16] = {
+GLOBAL_REMOVE_IF_UNREFERENCED EFI_GRAPHICS_OUTPUT_BLT_PIXEL mEfiColors[16] = {
{ 0x00, 0x00, 0x00, 0x00 },
{ 0x98, 0x00, 0x00, 0x00 },
{ 0x00, 0x98, 0x00, 0x00 },