diff options
author | Roy Marples <roy@marples.name> | 2007-10-11 14:00:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-11 14:00:56 +0000 |
commit | d2813aff861a791fef8f896c327b7731db34c385 (patch) | |
tree | 4dd470ce65cd30caab5543ccdcea6cea3ce89f22 | |
parent | e00bf235180a91e1a9d258a943d034d52e9250f3 (diff) |
Yoiks, that comma shouldn't be there.
-rw-r--r-- | src/rc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ typedef enum /* Optional states service could also be in */ RC_SERVICE_FAILED = 0x0200, RC_SERVICE_SCHEDULED = 0x0400, - RC_SERVICE_WASINACTIVE = 0x0800, + RC_SERVICE_WASINACTIVE = 0x0800 } rc_service_state_t; /*! Add the service to the runlevel |