git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2189 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2005-02-14 09:13:05 +00:00
parent 7268799d92
commit 377afe0225
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ static int setcos_init(struct sc_card *card)
card->type = SC_CARD_TYPE_SETCOS_GENERIC;
#if 0
/* Hmm. For now, assume it's a bank card with FinEID application */
if (match_hist_bytes(card, "AVANT", 0)) {
if (match_hist_bytes(card, "AVANT", 0))
card->type = SC_CARD_TYPE_SETCOS_FINEID;
#endif
}