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

index eea4c44a8e980c065c61ef7897fad9194781505e..5a8d99e60fadf09b068c91df1f698d2eeed2f6ce 100644 (file)
@@ -451,7 +451,7 @@ static void undirfn (int t, int h)
 }
 
 static void
-closeOpen ()
+closeOpen (void)
 {
     if (opts.directed)
        fprintf(opts.outfile, "}\ndigraph {\n");