]> granicus.if.org Git - graphviz/commitdiff
Add necessary utility routines to support bfs
authorerg <devnull@localhost>
Wed, 1 Jun 2005 23:14:08 +0000 (23:14 +0000)
committererg <devnull@localhost>
Wed, 1 Jun 2005 23:14:08 +0000 (23:14 +0000)
cmd/gvpr/gprstate.c

index e332e66af18916da18a42b497119aac7474be0ae..b84c0df00cfeffb830be9c42cc1258e077380f22 100644 (file)
@@ -30,6 +30,7 @@ int validTVT(int c)
 
     switch (c) {
     case TV_flat:
+    case TV_bfs:
     case TV_dfs:
     case TV_fwd:
     case TV_rev: