Show
Ignore:
Timestamp:
04/28/08 07:57:03 (9 months ago)
Author:
ludovic.rousseau
Message:

convert C++ in C comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/card-tcos.c

    r3309 r3502  
    521521                else sc_debug(ctx, "Key-Reference %02X (len=%d)\n", env->key_ref[0], env->key_ref_len); 
    522522        } 
    523         // Key-Reference 0x80 ?? 
     523        /* Key-Reference 0x80 ?? */ 
    524524        default_key= !(env->flags & SC_SEC_ENV_KEY_REF_PRESENT) || (env->key_ref_len==1 && env->key_ref[0]==0x80); 
    525525        if(ctx->debug>=3){