Revision: 14395
          http://edk2.svn.sourceforge.net/edk2/?rev=14395&view=rev
Author:   lgao4
Date:     2013-06-04 08:51:30 +0000 (Tue, 04 Jun 2013)
Log Message:
-----------
Add the missing "," for the patch to fix status code print string.

Signed-off-by: Gary Ching-Pang Lin <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/PrintLib.c
    trunk/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c

Modified: 
trunk/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/PrintLib.c
===================================================================
--- 
trunk/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/PrintLib.c
      2013-06-04 01:06:22 UTC (rev 14394)
+++ 
trunk/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/PrintLib.c
      2013-06-04 08:51:30 UTC (rev 14395)
@@ -55,7 +55,7 @@
   "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

Modified: trunk/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c
===================================================================
--- trunk/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c   2013-06-04 
01:06:22 UTC (rev 14394)
+++ trunk/edk2/MdePkg/Library/BasePrintLib/PrintLibInternal.c   2013-06-04 
08:51:30 UTC (rev 14395)
@@ -49,7 +49,7 @@
   "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

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to