From d2813aff861a791fef8f896c327b7731db34c385 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 11 Oct 2007 14:00:56 +0000 Subject: Yoiks, that comma shouldn't be there. --- src/rc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc.h b/src/rc.h index 6637b031..6040345a 100644 --- a/src/rc.h +++ b/src/rc.h @@ -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 -- cgit v1.2.3