mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
9774fe6ea7
commit
e3a81b62d8
|
@ -215,7 +215,6 @@ EFI_STATUS
|
||||||
IN UINTN CAPDULength,
|
IN UINTN CAPDULength,
|
||||||
OUT UINT8 *RAPDU,
|
OUT UINT8 *RAPDU,
|
||||||
IN OUT UINTN *RAPDULength
|
IN OUT UINTN *RAPDULength
|
||||||
);
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue