Yoiks, that comma shouldn't be there.
This commit is contained in:
parent
e00bf23518
commit
d2813aff86
2
src/rc.h
2
src/rc.h
@ -77,7 +77,7 @@ typedef enum
|
|||||||
/* Optional states service could also be in */
|
/* Optional states service could also be in */
|
||||||
RC_SERVICE_FAILED = 0x0200,
|
RC_SERVICE_FAILED = 0x0200,
|
||||||
RC_SERVICE_SCHEDULED = 0x0400,
|
RC_SERVICE_SCHEDULED = 0x0400,
|
||||||
RC_SERVICE_WASINACTIVE = 0x0800,
|
RC_SERVICE_WASINACTIVE = 0x0800
|
||||||
} rc_service_state_t;
|
} rc_service_state_t;
|
||||||
|
|
||||||
/*! Add the service to the runlevel
|
/*! Add the service to the runlevel
|
||||||
|
Loading…
Reference in New Issue
Block a user