From: Florian Forster Date: Mon, 20 Oct 2008 06:42:11 +0000 (+0200) Subject: src/configfile.c: Fix a closing-brace comment. X-Git-Tag: collectd-4.4.5~20 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=e413a54fa7e1650e8df15d9d1248c41a9078a8aa;p=collectd.git src/configfile.c: Fix a closing-brace comment. --- diff --git a/src/configfile.c b/src/configfile.c index 8b526f2e..00009db0 100644 --- 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) {