mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
KA10: Removed stray tab.
This commit is contained in:
parent
7a24b6ef4b
commit
730fa4b228
@ -319,7 +319,7 @@ int dkb_keys (SIM_KEY_EVENT *kev, UNIT *uptr)
|
||||
return 1;
|
||||
case SIM_KEY_EQUALS: /* = + */
|
||||
if ((dkb_kmod & (TOP|SHFT)) == TOP)
|
||||
uptr->DATA = dkb_kmod | 053;
|
||||
uptr->DATA = dkb_kmod | 053;
|
||||
else
|
||||
uptr->DATA = (dkb_kmod | 010) & ~TOP;
|
||||
return 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user