From e3a81b62d83c92e006dbb84d9c0e3ab85e21501e Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Mon, 25 May 2015 02:00:40 +0000 Subject: [PATCH] MdePkg: fix compilation error Remove an extra parenthesis in Include/Protocol/SmartCardReader.h Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ludovic Rousseau Reviewed-by: Feng Tian git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17498 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/SmartCardReader.h | 1 - 1 file changed, 1 deletion(-) diff --git a/MdePkg/Include/Protocol/SmartCardReader.h b/MdePkg/Include/Protocol/SmartCardReader.h index d6e1887db8..a9a9cf2ef9 100644 --- a/MdePkg/Include/Protocol/SmartCardReader.h +++ b/MdePkg/Include/Protocol/SmartCardReader.h @@ -215,7 +215,6 @@ EFI_STATUS IN UINTN CAPDULength, OUT UINT8 *RAPDU, IN OUT UINTN *RAPDULength -); ); /** -- 2.39.2