Fix compiler warnings:

../../src/libopensc/cardctl.h:231:30: warning: comma at end of enumerator list
 ../../src/libopensc/cardctl.h:629:13: warning: comma at end of enumerator list
This commit is contained in:
Martin Paljak 2011-06-16 15:58:55 +03:00
parent bc307ae975
commit 17c295ab1e
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ enum {
SC_CARDCTL_IASECC_SDO_GET_DATA,
SC_CARDCTL_IASECC_SDO_GENERATE,
SC_CARDCTL_IASECC_SDO_CREATE,
SC_CARDCTL_IASECC_SDO_DELETE,
SC_CARDCTL_IASECC_SDO_DELETE
};
enum {
@ -626,7 +626,7 @@ typedef enum
{
select_first,
select_by_id,
select_next,
select_next
} SC_RUTOKEN_DO_SEL_TYPES;
typedef struct sc_DO_INFO_V2 {