remove superfluous comma

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2573 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2005-09-11 21:06:49 +00:00
parent 511790880b
commit ba179c1bb3
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ enum {
/* belpic driver */ /* belpic driver */
SC_CARD_TYPE_BELPIC_BASE = 12000, SC_CARD_TYPE_BELPIC_BASE = 12000,
SC_CARD_TYPE_BELPIC_GENERIC, SC_CARD_TYPE_BELPIC_GENERIC,
SC_CARD_TYPE_BELPIC_EID, SC_CARD_TYPE_BELPIC_EID
}; };
#ifdef __cplusplus #ifdef __cplusplus