When printMacro() is used, print newline after "(empty)" macro

This commit is contained in:
Pavlina Moravcova Varekova 2017-08-29 04:03:53 -04:00 committed by Panu Matilainen
parent ed782b3653
commit d78813fa94
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ printMacro(MacroBuf mb, const char * s, const char * se)
const char *senl;
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), "");
return;
}