plotit.c #7/9, braces
This commit is contained in:
parent
f587553217
commit
6a334da2b4
|
|
@ -538,7 +538,7 @@ plotit(wordlist *wl, char *hcopy, char *devname)
|
||||||
if (!lv) {
|
if (!lv) {
|
||||||
fprintf(cp_err, "Error: misplaced vs arg\n");
|
fprintf(cp_err, "Error: misplaced vs arg\n");
|
||||||
goto quit;
|
goto quit;
|
||||||
} else {
|
}
|
||||||
if ((n = n->pn_next) == NULL) {
|
if ((n = n->pn_next) == NULL) {
|
||||||
fprintf(cp_err, "Error: missing vs arg\n");
|
fprintf(cp_err, "Error: missing vs arg\n");
|
||||||
goto quit;
|
goto quit;
|
||||||
|
|
@ -557,7 +557,6 @@ plotit(wordlist *wl, char *hcopy, char *devname)
|
||||||
lastvs = lv;
|
lastvs = lv;
|
||||||
lv = lv->v_link2;
|
lv = lv->v_link2;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue