]> granicus.if.org Git - graphviz/commitdiff
fix typo
authorellson <devnull@localhost>
Thu, 23 Oct 2008 20:02:45 +0000 (20:02 +0000)
committerellson <devnull@localhost>
Thu, 23 Oct 2008 20:02:45 +0000 (20:02 +0000)
tclpkg/gv/gv.cpp

index 71c4523dbe7c4b311db0074ffa02747d27d159a5..de0e89bff3da41571e8463ffbf0adc45956455c2 100644 (file)
@@ -540,7 +540,7 @@ Agraph_t *nextsupg(Agraph_t *g, Agraph_t *sg)
     nsg = sg->meta_node;
     if (!ng || !nsg) 
         return NULL;
-    mg = agraphog(ng);
+    mg = agraphof(ng);
     if (!mg) 
         return NULL;
 #ifndef WITH_CGRAPH