]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePrintLib/PrintLibInternal.c
Add the missing "," for the patch to fix status code print string.
[mirror_edk2.git] / MdePkg / Library / BasePrintLib / PrintLibInternal.c
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