]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add the missing "," for the patch to fix status code print string.
authorGary Ching-Pang Lin <glin@suse.com>
Tue, 4 Jun 2013 08:51:30 +0000 (08:51 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 4 Jun 2013 08:51:30 +0000 (08:51 +0000)
Signed-off-by: Gary Ching-Pang Lin <glin@suse.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14395 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/PrintLib.c
MdePkg/Library/BasePrintLib/PrintLibInternal.c

index 1661ff36ae339462d946e33b6c68675abaab8412..4a2168c24d5160de4aeb7b734ec6da39b1061336 100644 (file)
@@ -55,7 +55,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 *StatusString [] = {
   "Aborted",                      //  RETURN_ABORTED                = 21 | MAX_BIT\r
   "ICMP Error",                   //  RETURN_ICMP_ERROR             = 22 | MAX_BIT\r
   "TFTP Error",                   //  RETURN_TFTP_ERROR             = 23 | MAX_BIT\r
-  "Protocol Error"                //  RETURN_PROTOCOL_ERROR         = 24 | MAX_BIT\r
+  "Protocol Error",               //  RETURN_PROTOCOL_ERROR         = 24 | MAX_BIT\r
   "Incompatible Version",         //  RETURN_INCOMPATIBLE_VERSION   = 25 | MAX_BIT\r
   "Security Violation",           //  RETURN_SECURITY_VIOLATION     = 26 | MAX_BIT\r
   "CRC Error",                    //  RETURN_CRC_ERROR              = 27 | MAX_BIT\r
index bb45e8f309e1d8f4f6b6e8e22d00b918886cfc81..c4fd755eec029a4bd02f717c0bddc44a1992041e 100644 (file)
@@ -49,7 +49,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 *mStatusString[] = {
   "Aborted",                      //  RETURN_ABORTED                = 21 | MAX_BIT\r
   "ICMP Error",                   //  RETURN_ICMP_ERROR             = 22 | MAX_BIT\r
   "TFTP Error",                   //  RETURN_TFTP_ERROR             = 23 | MAX_BIT\r
-  "Protocol Error"                //  RETURN_PROTOCOL_ERROR         = 24 | MAX_BIT\r
+  "Protocol Error",               //  RETURN_PROTOCOL_ERROR         = 24 | MAX_BIT\r
   "Incompatible Version",         //  RETURN_INCOMPATIBLE_VERSION   = 25 | MAX_BIT\r
   "Security Violation",           //  RETURN_SECURITY_VIOLATION     = 26 | MAX_BIT\r
   "CRC Error",                    //  RETURN_CRC_ERROR              = 27 | MAX_BIT\r