1
0
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:
Mark Pizzolato
2012-03-28 12:08:17 -07:00
parent 8619674d19
commit b0a3bf6f4e
2 changed files with 12 additions and 5 deletions

View File

@@ -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;