add final newline

This commit is contained in:
Martin Nowak 2017-01-06 17:49:58 +01:00
parent 93aec288b6
commit 0d0c67ffaf

View file

@ -397,7 +397,8 @@ Please supply a bugzilla version
// write own macros
w.formattedWrite(`Macros:
VER=%s
TITLE=Change Log: $(VER)`, nextVersionString);
TITLE=Change Log: $(VER)
`, nextVersionString);
writefln("Change log generated to: '%s'", outputFile);
return 0;