diff --git a/src/libopensc/card-setcos.c b/src/libopensc/card-setcos.c index 595ca250..66e8c9b4 100644 --- a/src/libopensc/card-setcos.c +++ b/src/libopensc/card-setcos.c @@ -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 }