]> granicus.if.org Git - graphviz/commitdiff
flat_search: [nfc] use a C99 bool instead of boolean
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 18 Dec 2021 16:40:39 +0000 (08:40 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Dec 2021 18:33:22 +0000 (10:33 -0800)
lib/dotgen/mincross.c

index dde5e645b247625af7659c983487a03b0003579d..dfc0e5f793296115974c00c554776ccfcac3ca47 100644 (file)
@@ -1209,7 +1209,7 @@ static void flat_rev(Agraph_t * g, Agedge_t * e)
 static void flat_search(graph_t * g, node_t * v)
 {
     int i;
-    boolean hascl;
+    bool hascl;
     edge_t *e;
     adjmatrix_t *M = GD_rank(g)[ND_rank(v)].flat;