Changeset 1201


Ignore:
Timestamp:
04/26/07 23:02:43 (6 years ago)
Author:
yww4
Message:

fix the missing "," in tracereport.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/tracereport/tracereport.h

    r1200 r1201  
    2020        REPORT_TYPE_TCPSEG = 1 << 10, 
    2121        REPORT_TYPE_SYNOPT = 1 << 11, 
    22         REPORT_TYPE_LOCALITY = 1 << 12 
     22        REPORT_TYPE_LOCALITY = 1 << 12, 
    2323        REPORT_TYPE_MISC = 1 << 13 
    2424} report_type_t; 
Note: See TracChangeset for help on using the changeset viewer.