Changeset 26892 for trunk/psLib/src/sys/psErrorCodes.c.in
- Timestamp:
- Feb 10, 2010, 7:27:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psErrorCodes.c.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.c.in
r11675 r26892 67 67 static void freeErrorDescription(psErrorDescription* err) 68 68 { 69 psFree( (void *)err->description);69 psFree(err->description); 70 70 } 71 71
Note:
See TracChangeset
for help on using the changeset viewer.
