1
0
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:
Richard Cornwell 2022-02-26 13:28:30 -05:00
parent 604d7df333
commit 4e7641ce4b

View File

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