]> granicus.if.org Git - graphviz/commitdiff
fix typo
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:27:57 +0000 (18:27 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:27:57 +0000 (18:27 +0000)
lib/common/emit.c

index 08681307e528399f3113cda99dde9b6a34d98542..cf5976a41d5cc94c82370563f10fb3be6cfcabf5 100644 (file)
@@ -1776,7 +1776,7 @@ int gvRenderJobs (GVC_t * gvc, graph_t * g)
     gvc->keybindings = gvevent_key_binding;
     gvc->numkeys = gvevent_key_binding_size;
 
-    for (gvrender_first_job(gvc); job; job = gvrender_next_job(gvc)) {
+    for (job = gvrender_first_job(gvc); job; job = gvrender_next_job(gvc)) {
        job->g = g;
 
         if (!job->output_file) {        /* if not yet opened */