Ignore:
Timestamp:
Mar 18, 2006 12:28:03 PM (18 years ago)
Author:
bennylp
Message:

Fixed or added misc flags to enable build selection via compile time macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/except.c

    r68 r331  
    134134    PJ_ASSERT_RETURN(last_exception_id < PJ_MAX_EXCEPTION_ID-1, PJ_ETOOMANY); 
    135135 
    136     *id = last_exception_id++ 
     136    *id = last_exception_id++; 
    137137    return PJ_SUCCESS; 
    138138} 
Note: See TracChangeset for help on using the changeset viewer.