1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 23:35:57 +00:00

SCP: Avoid extra newline output in full SHOW VERSION output

This commit is contained in:
Mark Pizzolato 2024-06-21 11:36:08 -10:00
parent da83dab1fb
commit cc2a00364f

2
scp.c
View File

@ -7324,7 +7324,7 @@ if (flag) {
pclose (f);
if (proc_name[0] != '\0')
fprintf (st, "\n Processor Name: %s", proc_name);
if ((arch[0] != '\0') || (procs[0] != '\0') || (cores[0] != '\0'));
if ((arch[0] != '\0') || (procs[0] != '\0') || (cores[0] != '\0'))
fprintf (st, "\n ");
if (arch[0] != '\0')
fprintf (st, "Architecture: %s", arch);