projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fabf5e
)
src/configfile.c: Fix a closing-brace comment.
author
Florian Forster
<octo@huhu.verplant.org>
Mon, 20 Oct 2008 06:42:11 +0000
(08:42 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Mon, 20 Oct 2008 06:42:11 +0000
(08:42 +0200)
src/configfile.c
patch
|
blob
|
history
diff --git
a/src/configfile.c
b/src/configfile.c
index
8b526f2
..
00009db
100644
(file)
--- a/
src/configfile.c
+++ b/
src/configfile.c
@@
-277,7
+277,7
@@
static int dispatch_value_plugin (const char *plugin, oconfig_item_t *ci)
buffer_ptr = buffer + 1;
return (cf_dispatch (plugin, ci->key, buffer_ptr));
-} /* int
plugin_conf_dispatch
*/
+} /* int
dispatch_value_plugin
*/
static int dispatch_value (const oconfig_item_t *ci)
{