Changeset 17c295a in OpenSC


Ignore:
Timestamp:
06/16/11 12:58:55 (11 months ago)
Author:
martin
Branches:
master, staging
Children:
dcf9a8e
Parents:
bc307ae
git-author:
Martin Paljak <martin@…> (06/16/11 12:58:55)
git-committer:
Martin Paljak <martin@…> (06/16/11 12:58:55)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libopensc/cardctl.h

    rc9bf9bc r17c295a  
    229229        SC_CARDCTL_IASECC_SDO_GENERATE, 
    230230        SC_CARDCTL_IASECC_SDO_CREATE, 
    231         SC_CARDCTL_IASECC_SDO_DELETE, 
     231        SC_CARDCTL_IASECC_SDO_DELETE 
    232232}; 
    233233 
     
    627627        select_first, 
    628628        select_by_id, 
    629         select_next, 
     629        select_next 
    630630} SC_RUTOKEN_DO_SEL_TYPES; 
    631631 
Note: See TracChangeset for help on using the changeset viewer.