Fix typo in error message

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5177 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2011-02-05 22:08:13 +00:00
parent 034cdb1151
commit 7c81ad9aa3
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ authentic_update_binary(struct sc_card *card, unsigned int idx,
authentic_apdus_free(apdus);
LOG_TEST_RET(ctx, rv, "authentic_write_binary() failed");
LOG_TEST_RET(ctx, rv, "authentic_update_binary() failed");
LOG_FUNC_RETURN(ctx, count);
}