From 5e2fd93720028aef4e54bbefdc0496a34147665e Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Tue, 4 Jun 2013 08:51:30 +0000 Subject: Add the missing "," for the patch to fix status code print string. Signed-off-by: Gary Ching-Pang Lin Reviewed-by: Liming Gao git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14395 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BasePrintLib/PrintLibInternal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg/Library') diff --git a/MdePkg/Library/BasePrintLib/PrintLibInternal.c b/MdePkg/Library/BasePrintLib/PrintLibInternal.c index bb45e8f309..c4fd755eec 100644 --- a/MdePkg/Library/BasePrintLib/PrintLibInternal.c +++ b/MdePkg/Library/BasePrintLib/PrintLibInternal.c @@ -49,7 +49,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 *mStatusString[] = { "Aborted", // RETURN_ABORTED = 21 | MAX_BIT "ICMP Error", // RETURN_ICMP_ERROR = 22 | MAX_BIT "TFTP Error", // RETURN_TFTP_ERROR = 23 | MAX_BIT - "Protocol Error" // RETURN_PROTOCOL_ERROR = 24 | MAX_BIT + "Protocol Error", // RETURN_PROTOCOL_ERROR = 24 | MAX_BIT "Incompatible Version", // RETURN_INCOMPATIBLE_VERSION = 25 | MAX_BIT "Security Violation", // RETURN_SECURITY_VIOLATION = 26 | MAX_BIT "CRC Error", // RETURN_CRC_ERROR = 27 | MAX_BIT -- cgit v1.2.3