From 2def2a6c41624a8c02cbb2c438744313a4d6d3cf Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Tue, 15 Dec 2015 13:19:32 +0000 Subject: MdePkg: Correct Protocol usages in UefiDebugLibDebugPortProtocol (Sync patch r18415 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2015@19277 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c') diff --git a/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c b/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c index fdad2f5556..10d3e347cc 100644 --- a/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c +++ b/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c @@ -327,3 +327,4 @@ DebugPrintLevelEnabled ( { return (BOOLEAN) ((ErrorLevel & PcdGet32(PcdFixedDebugPrintErrorLevel)) != 0); } + -- cgit v1.2.3