Changeset 16472 for trunk/Ohana/src/opihi/pcontrol/ResetJob.c
- Timestamp:
- Feb 13, 2008, 5:53:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/ResetJob.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/ResetJob.c
r16459 r16472 43 43 default: 44 44 gprint (GP_ERR, "unknown status for pclient command: programming error\n"); 45 pcontrol_exit ( 1);45 pcontrol_exit (55); 46 46 } 47 47 48 48 gprint (GP_ERR, "programming error in ResetJob (should not reach here)\n"); 49 49 FreeIOBuffer (&buffer); 50 pcontrol_exit ( 1);50 pcontrol_exit (56); 51 51 return (FALSE); 52 52 }
Note:
See TracChangeset
for help on using the changeset viewer.
