Yoiks, that comma shouldn't be there.

This commit is contained in:
Roy Marples 2007-10-11 14:00:56 +00:00
parent e00bf23518
commit d2813aff86

View File

@ -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