From: octo Date: Fri, 16 Dec 2005 10:36:36 +0000 (+0000) Subject: Fixed type (forgotten semicolon) from the previous merges X-Git-Tag: collectd-3.5.0~6 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0ca1b18fcbc8f39f8d3e3c8612447e8e858c8cc5;p=collectd.git Fixed type (forgotten semicolon) from the previous merges --- diff --git a/src/collectd.c b/src/collectd.c index 5e28918e..e08f72c4 100644 --- a/src/collectd.c +++ b/src/collectd.c @@ -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;