Ignore:
Timestamp:
Jan 18, 2006 11:32:27 PM (18 years ago)
Author:
bennylp
Message:

Fixed minor warnings/mismatched comments mainly in pjlib++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj++/file.hpp

    r65 r122  
    8484    enum Offset_Type 
    8585    { 
    86         SEEK_SET = PJ_SEEK_SET, 
    87         SEEK_CUR = PJ_SEEK_CUR, 
    88         SEEK_END = PJ_SEEK_END, 
     86        PJ_SEEK_SET = PJ_SEEK_SET, 
     87        PJ_SEEK_CUR = PJ_SEEK_CUR, 
     88        PJ_SEEK_END = PJ_SEEK_END, 
    8989    }; 
    9090 
Note: See TracChangeset for help on using the changeset viewer.