1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Removed an extra colon from libsrc/dbg/dbg/c.

This commit is contained in:
acqn 2022-07-24 20:58:10 +08:00
parent 19ddffecba
commit 8485d59aa6

View File

@ -1063,7 +1063,7 @@ static char StackHandler (void)
break; break;
case 'a': case 'a':
#ifdef CH_CURS_UP: #ifdef CH_CURS_UP
case CH_CURS_UP: case CH_CURS_UP:
#endif #endif
--StackAddr; --StackAddr;