When printMacro() is used, print newline after "(empty)" macro
This commit is contained in:
parent
ed782b3653
commit
d78813fa94
|
@ -283,7 +283,7 @@ printMacro(MacroBuf mb, const char * s, const char * se)
|
||||||
const char *senl;
|
const char *senl;
|
||||||
|
|
||||||
if (s >= se) { /* XXX just in case */
|
if (s >= se) { /* XXX just in case */
|
||||||
fprintf(stderr, _("%3d>%*s(empty)"), mb->depth,
|
fprintf(stderr, _("%3d>%*s(empty)\n"), mb->depth,
|
||||||
(2 * mb->depth + 1), "");
|
(2 * mb->depth + 1), "");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue