Changeset 3455 for pjproject/trunk/pjsip/src/pjsip-simple/evsub.c
- Timestamp:
- Mar 16, 2011 7:34:16 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/evsub.c
r3412 r3455 288 288 }; 289 289 290 pj_register_strerror(PJSIP_SIMPLE_ERRNO_START, PJ_ERRNO_SPACE_SIZE, 291 &pjsipsimple_strerror); 290 status = pj_register_strerror(PJSIP_SIMPLE_ERRNO_START, 291 PJ_ERRNO_SPACE_SIZE, 292 &pjsipsimple_strerror); 293 pj_assert(status == PJ_SUCCESS); 292 294 293 295 PJ_ASSERT_RETURN(endpt != NULL, PJ_EINVAL);
Note: See TracChangeset
for help on using the changeset viewer.