oconfig.c: Fix compiler warning.
[collection4.git] / graph_config.c
index 1b612c6..94dd440 100644 (file)
@@ -47,7 +47,7 @@ static int internal_read_config (void) /* {{{ */
 
   oconfig_free (ci);
 
-  graph_config_submit ();
+  gl_config_submit ();
 
   return (0);
 } /* }}} int internal_read_config */