Fix various errors messages

This commit is contained in:
Michael Scherer
2016-05-04 23:27:17 +02:00
committed by Michael Scherer
parent 1a525f7ed7
commit 099c55e90a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ ykpiv_rc ykpiv_connect(ykpiv_state *state, const char *wanted) {
if(*reader_ptr == '\0') {
if(state->verbose) {
fprintf(stderr, "error: no useable reader found.\n");
fprintf(stderr, "error: no usable reader found.\n");
}
SCardReleaseContext(state->context);
state->context = SCARD_E_INVALID_HANDLE;