projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8969397
)
Fixed type (forgotten semicolon) from the previous merges
author
octo
<octo>
Fri, 16 Dec 2005 10:36:36 +0000
(10:36 +0000)
committer
octo
<octo>
Fri, 16 Dec 2005 10:36:36 +0000
(10:36 +0000)
src/collectd.c
patch
|
blob
|
history
diff --git
a/src/collectd.c
b/src/collectd.c
index
5e28918
..
e08f72c
100644
(file)
--- 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;