Index: trunk/src/build_run.c =================================================================== --- trunk/src/build_run.c (revision 36595) +++ trunk/src/build_run.c (revision 36596) @@ -69,6 +69,7 @@ gds_append_str(&info, "This is pcb-rnd " PCB_VERSION " (" PCB_REVISION ")" "\nan interactive "); gds_append_str(&info, "printed circuit board editor\nfrom the Ringdove EDA suite\ncompiled using librnd version " RND_VER_STR "\nrunning with librnd version "); gds_append_str(&info, rnd_ver_str); + gds_append(&info, '\n'); } return info.array; }