diff options
author | Ludovic Rousseau <ludovic.rousseau@gmail.com> | 2015-05-25 02:00:40 +0000 |
---|---|---|
committer | erictian <erictian@Edk2> | 2015-05-25 02:00:40 +0000 |
commit | e3a81b62d83c92e006dbb84d9c0e3ab85e21501e (patch) | |
tree | 67f69a7bd63b9d1cc3457590b11b037b906b64f1 /MdePkg/Include/Protocol | |
parent | 9774fe6ea70ed54d191660c4ec5cf5d0b4ba988c (diff) | |
download | edk2-platforms-e3a81b62d83c92e006dbb84d9c0e3ab85e21501e.tar.xz |
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 <ludovic.rousseau@gmail.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17498 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol')
-rw-r--r-- | MdePkg/Include/Protocol/SmartCardReader.h | 1 |
1 files changed, 0 insertions, 1 deletions
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
-);
);
/**
|