From f587553217af56b4dcf65715bb867cd8c0504285 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 4 Aug 2012 16:05:05 +0200 Subject: [PATCH] plotit.c #6/9, braces --- src/frontend/plotting/plotit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/frontend/plotting/plotit.c b/src/frontend/plotting/plotit.c index b43265d17..bea4475b4 100644 --- a/src/frontend/plotting/plotit.c +++ b/src/frontend/plotting/plotit.c @@ -558,8 +558,8 @@ plotit(wordlist *wl, char *hcopy, char *devname) lv = lv->v_link2; } } - continue; - } + + } else { dv = ft_evaluate(n); @@ -575,6 +575,7 @@ plotit(wordlist *wl, char *hcopy, char *devname) ; lv = dv; + } } /* free_pnode(names); pn:really should be commented out ? */