Browse Source

plotit.c #7/9, braces

rlar 14 years ago
parent
commit
6a334da2b4
  1. 3
      src/frontend/plotting/plotit.c

3
src/frontend/plotting/plotit.c

@ -538,7 +538,7 @@ plotit(wordlist *wl, char *hcopy, char *devname)
if (!lv) {
fprintf(cp_err, "Error: misplaced vs arg\n");
goto quit;
} else {
}
if ((n = n->pn_next) == NULL) {
fprintf(cp_err, "Error: missing vs arg\n");
goto quit;
@ -557,7 +557,6 @@ plotit(wordlist *wl, char *hcopy, char *devname)
lastvs = lv;
lv = lv->v_link2;
}
}
} else {

Loading…
Cancel
Save