src/configfile.c: Fix a closing-brace comment.
authorFlorian Forster <octo@huhu.verplant.org>
Mon, 20 Oct 2008 06:42:11 +0000 (08:42 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 20 Oct 2008 06:42:11 +0000 (08:42 +0200)
src/configfile.c

index 8b526f2..00009db 100644 (file)
@@ -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)
 {