From e413a54fa7e1650e8df15d9d1248c41a9078a8aa Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 20 Oct 2008 08:42:11 +0200 Subject: [PATCH] src/configfile.c: Fix a closing-brace comment. --- src/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0