projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aae4c14
)
space -> tab
author
niki
<niki>
Sat, 17 Dec 2005 03:44:52 +0000
(
03:44
+0000)
committer
niki
<niki>
Sat, 17 Dec 2005 03:44:52 +0000
(
03:44
+0000)
src/collectd.c
patch
|
blob
|
history
diff --git
a/src/collectd.c
b/src/collectd.c
index
ebfc62c
..
af3d106
100644
(file)
--- a/
src/collectd.c
+++ b/
src/collectd.c
@@
-263,7
+263,7
@@
pidfile_remove (const char *file)
if (file == NULL) {
file = PIDFILE;
}
- return (unlink (file));
+
return (unlink (file));
} /* static int pidfile_remove (const char *file) */
#endif /* COLLECT_DAEMON */