Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Charlier authored and Thomas Charlier committed May 13, 2024
1 parent 168f89b commit 45809d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardcomm/pkcs11/src/cardlayer/card.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ namespace eIDMW
SCARDHANDLE hCard, CPCSC * poPCSC, CPinpad * poPinpad)
{
CCard * poCard = NULL;
static int iFailingnCount = 0;
static int iFailingCount = 0;
try
{
bool bIsBeidCard = BeidCardSelectApplet(poPCSC, hCard);
Expand Down

0 comments on commit 45809d4

Please sign in to comment.