src/action_show_instance.c: Fix compiler warning.
authorFlorian Forster <octo@verplant.org>
Fri, 10 Sep 2010 13:51:22 +0000 (15:51 +0200)
committerFlorian Forster <octo@verplant.org>
Fri, 10 Sep 2010 13:51:22 +0000 (15:51 +0200)
src/action_show_instance.c

index 1fdef2f..7bf2fe8 100644 (file)
@@ -381,7 +381,7 @@ int action_show_instance (void) /* {{{ */
 
   char tmp[128];
   char title[128];
-  char *format;
+  const char *format;
 
   memset (&pg_data, 0, sizeof (pg_data));
   pg_data.cfg = gl_graph_get_selected ();