1
0
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:
Richard Cornwell 2022-02-26 13:29:42 -05:00
parent 7a24b6ef4b
commit 730fa4b228

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;