- Case cleanup

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2195 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2005-02-23 10:39:33 +00:00
parent 26442277fb
commit 5beab31402
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ static struct sc_atr_table pgp_atrs[] = {
static struct sc_card_operations *iso_ops;
static struct sc_card_operations pgp_ops;
static struct sc_card_driver pgp_drv = {
"OpenPGP Card",
"OpenPGP card",
"openpgp",
&pgp_ops
};