Changeset 3495

Show
Ignore:
Timestamp:
04/28/08 09:23:03 (6 months ago)
Author:
ludovic.rousseau
Message:

convert C++ comment in C comment (ISO C90)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/ctx.c

    r3405 r3495  
    7474        { "belpic",     (void *(*)(void)) sc_get_belpic_driver }, 
    7575        { "atrust-acos",(void *(*)(void)) sc_get_atrust_acos_driver }, 
    76         { "muscle", (void *(*)(void)) sc_get_muscle_driver },   // Above EMV because the detection gets caught there first 
     76        { "muscle", (void *(*)(void)) sc_get_muscle_driver },   /* Above EMV because the detection gets caught there first */ 
    7777        { "emv",        (void *(*)(void)) sc_get_emv_driver }, 
    7878        { "incrypto34", (void *(*)(void)) sc_get_incrypto34_driver },