graph_list.c: Add missing folding marker.
authorFlorian Forster <ff@octo.it>
Wed, 9 Jun 2010 13:57:33 +0000 (15:57 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 9 Jun 2010 13:57:33 +0000 (15:57 +0200)
graph_list.c

index e998785..240f2e1 100644 (file)
@@ -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;