From c9b217f727d67ff413804672ff4601b0eb761de0 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 9 Jun 2010 15:57:33 +0200 Subject: [PATCH] graph_list.c: Add missing folding marker. --- graph_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph_list.c b/graph_list.c index e998785..240f2e1 100644 --- a/graph_list.c +++ b/graph_list.c @@ -709,7 +709,7 @@ int gl_graph_get_all (gl_cfg_callback callback, /* {{{ */ return (0); } /* }}} int gl_graph_get_all */ -int gl_graph_instance_get_all (graph_config_t *cfg, +int gl_graph_instance_get_all (graph_config_t *cfg, /* {{{ */ gl_inst_callback callback, void *user_data) { graph_instance_t *inst; -- 2.11.0