undo a bogous hunk from commit "beautify code", Dec 16 2011
This commit is contained in:
parent
6d774d99b3
commit
70dca32c2d
|
|
@ -1287,7 +1287,7 @@ translate(struct line *deck, char *formal, char *actual, char *scname, const cha
|
||||||
if (ch != 'x')
|
if (ch != 'x')
|
||||||
bxx_printf(&buffer, "%c.%s.%s ", ch, scname, name);
|
bxx_printf(&buffer, "%c.%s.%s ", ch, scname, name);
|
||||||
else
|
else
|
||||||
bxx_printf(&buffer, "%s ", scname);
|
bxx_printf(&buffer, "%s.%s ", scname, name);
|
||||||
|
|
||||||
tfree(t);
|
tfree(t);
|
||||||
} /* while (nnodes--. . . . */
|
} /* while (nnodes--. . . . */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue