mirror of
https://github.com/simh/simh.git
synced 2026-03-24 01:27:19 +00:00
Help message and minor formatting cleanup
This commit is contained in:
@@ -279,7 +279,8 @@ while (*cptr != 0) { /* do all mods */
|
||||
if (r != SCPE_OK)
|
||||
return r;
|
||||
}
|
||||
else return SCPE_NOPARAM;
|
||||
else
|
||||
return SCPE_NOPARAM;
|
||||
}
|
||||
return SCPE_OK;
|
||||
}
|
||||
@@ -498,7 +499,7 @@ while (*cptr != 0) { /* do all mods */
|
||||
}
|
||||
else
|
||||
if (ctptr = find_ctab (set_con_telnet_tab, gbuf)) { /* match? */
|
||||
r = ctptr->action (ctptr->arg, cvptr); /* do the rest */
|
||||
r = ctptr->action (ctptr->arg, cvptr); /* do the rest */
|
||||
if (r != SCPE_OK)
|
||||
return r;
|
||||
}
|
||||
@@ -1421,8 +1422,6 @@ int c = -1;
|
||||
DWORD nkbevents, nkbevent;
|
||||
INPUT_RECORD rec;
|
||||
|
||||
\
|
||||
|
||||
if ((std_input == NULL) || /* No keyboard for */
|
||||
(std_input == INVALID_HANDLE_VALUE)) /* background processes */
|
||||
return SCPE_OK;
|
||||
|
||||
Reference in New Issue
Block a user