From: ellson Date: Tue, 18 Oct 2005 18:27:57 +0000 (+0000) Subject: fix typo X-Git-Tag: LAST_LIBGRAPH~32^2~7323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88d47469f3fd35f2e38a1a77b03f48d1475e0752;p=graphviz fix typo --- diff --git a/lib/common/emit.c b/lib/common/emit.c index 08681307e..cf5976a41 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -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 */