scd:p15: Fix the name of a card.

--
This commit is contained in:
Werner Koch 2021-04-28 18:31:51 +02:00
parent bb8e3996e4
commit 1f846823b3
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ cardproduct2str (card_product_t cardproduct)
switch (cardproduct)
{
case CARD_PRODUCT_UNKNOWN: return "";
case CARD_PRODUCT_RSCS: return "RSCS";
case CARD_PRODUCT_RSCS: return "R&S";
case CARD_PRODUCT_DTRUST: return "D-Trust";
}
return "";