mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-25 03:36:04 +00:00
KA10: Remove stray tab.
This commit is contained in:
parent
604d7df333
commit
4e7641ce4b
@ -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