mirror of
https://github.com/simh/simh.git
synced 2026-02-26 16:54:22 +00:00
Fix compiler identified typo reported by Peter Schorn
This commit is contained in:
@@ -2667,7 +2667,7 @@ else {
|
||||
if (mp->lines > 1) {
|
||||
fprintf (st, "Line: %d", j);
|
||||
if (mp->notelnet != lp->notelnet)
|
||||
fprintf (st, " - %telnet", lp->notelnet ? "no" : "");
|
||||
fprintf (st, " - %stelnet", lp->notelnet ? "no" : "");
|
||||
if (lp->uptr && (lp->uptr != lp->mp->uptr))
|
||||
fprintf (st, " - Unit: %s", sim_uname (lp->uptr));
|
||||
fprintf (st, "\n");
|
||||
|
||||
Reference in New Issue
Block a user