]> granicus.if.org Git - graphviz/commitdiff
janitor - fix function protype
authorJohn Ellson <ellson@research.att.com>
Tue, 22 Dec 2015 18:35:18 +0000 (13:35 -0500)
committerJohn Ellson <ellson@research.att.com>
Tue, 22 Dec 2015 18:35:18 +0000 (13:35 -0500)
lib/gvc/gvlayout.c

index aeeb4ad373e739deae8e077f2bd924d58be0982c..7708a613a0b8bca257d1406fd32f52de21814c53 100644 (file)
@@ -30,7 +30,7 @@
 extern void graph_init(Agraph_t *g, boolean use_rankdir);
 extern void graph_cleanup(Agraph_t *g);
 extern void gv_fixLocale (int set);
-extern void gv_initShapes ();
+extern void gv_initShapes (void);
 
 int gvlayout_select(GVC_t * gvc, const char *layout)
 {