fixed clang compiler warnings

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@779 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-04-24 11:49:31 +00:00
parent bc12ad2d34
commit 6394a961c2
5 changed files with 9 additions and 7 deletions

View File

@@ -212,7 +212,7 @@ err:
cleanup();
if (r != SCARD_S_SUCCESS) {
RELAY_ERROR(stringify_error(r));
RELAY_ERROR("%s\n", stringify_error(r));
exit(1);
}