plotit.c #6/9, braces

This commit is contained in:
rlar 2012-08-04 16:05:05 +02:00
parent 088e88d9b2
commit f587553217
1 changed files with 3 additions and 2 deletions

View File

@ -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 ? */