Fix building on macOS due to PCSC

* Fixes #7072
This commit is contained in:
Jonathan White
2021-10-23 17:07:29 -04:00
parent 3ecc0c70e2
commit 9aa30c4e72

View File

@@ -55,7 +55,7 @@ namespace
{
// This check only tests if the handle pointer is valid in memory
// but it does not actually verify that it works
auto rv = SCardIsValidContext(context);
RETVAL rv = SCardIsValidContext(context);
// If the handle is broken, create it
// This happens e.g. on application launch