Code

Fixed type (forgotten semicolon) from the previous merges
authorocto <octo>
Fri, 16 Dec 2005 10:36:36 +0000 (10:36 +0000)
committerocto <octo>
Fri, 16 Dec 2005 10:36:36 +0000 (10:36 +0000)
src/collectd.c

index 5e28918e1182956dc43562061f12f7b2b1ce2cc6..e08f72c4ec2219a8080f436c6a35b112c2a4e45e 100644 (file)
@@ -242,7 +242,7 @@ int main (int argc, char **argv)
        pid_t pid;
 #endif
 
-       char *configfile = CONFIGFILE
+       char *configfile = CONFIGFILE;
        char *pidfile    = PIDFILE;
        char *plugindir  = PLUGINDIR;
        char *datadir    = PKGLOCALSTATEDIR;