Ignore:
Timestamp:
09/23/05 15:44:01 (7 years ago)
Author:
aj
Message:

silence warnings about extra "," and "" style comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/cardman.h

    r656 r768  
    132132        unsigned char atr_len; 
    133133        unsigned char bIFSD, bIFSC; 
    134         unsigned char ta1;      // TA(1) specifies Fi over b8 to b5, Di over b4 to b1 
     134        unsigned char ta1;      /* TA(1) specifies Fi over b8 to b5, Di over b4 to b1 */ 
    135135        unsigned char pts[4]; 
    136136 
     
    161161        int op; 
    162162        unsigned char proto; 
    163         int ttl, ttl_hi,        //CWT 
    164          bwt,                   //BWT 
    165          ptsttl;                //PTS retry 
     163        int ttl, ttl_hi,        /* CWT */ 
     164         bwt,                   /* BWT */ 
     165         ptsttl;                /* PTS retry */ 
    166166#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) 
    167167        int open; 
Note: See TracChangeset for help on using the changeset viewer.