Skip to content

Commit

Permalink
reader-pcsc: Fix typo in 4015eac
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Feb 1, 2024
1 parent 4015eac commit 22e4ebc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libopensc/reader-pcsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ static int pcsc_internal_transmit(sc_reader_t *reader,
if (!priv->gpriv->SCardControlOLD) {
rv = priv->gpriv->SCardControlOLD(card, sendbuf, dwSendLength,
recvbuf, &dwRecvLength);
}
} else if (!priv->gpriv->SCardControl) {
rv = priv->gpriv->SCardControl(card, (DWORD)control, sendbuf, dwSendLength,
recvbuf, dwRecvLength, &dwRecvLength);
Expand Down

0 comments on commit 22e4ebc

Please sign in to comment.