nest, delay setting of `lcc' a bit for readability

This commit is contained in:
rlar 2012-03-25 19:06:10 +02:00
parent b8b1c9dc6a
commit 679a8d34e8
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,6 @@ doit(struct line *deck) {
fprintf(cp_err, "Error: no %s line.\n", sbend);
return (NULL);
}
lcc = NULL;
wl_free(submod);
submod = NULL;
@ -447,6 +446,7 @@ doit(struct line *deck) {
*/
{
int nest = 1;
lcc = NULL;
for (c = last->li_next; c; c = c->li_next) {
if (ciprefix(sbend, c->li_line)) /* found a .ends */
nest--;