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:
parent
da83dab1fb
commit
cc2a00364f
2
scp.c
2
scp.c
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user