mirror of
https://github.com/simh/simh.git
synced 2026-03-04 02:24:47 +00:00
SCP: Avoid extra newline output in full SHOW VERSION output
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user