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~1^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dd649add65ed822ac98a084d09086b2bb7361b72;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;