mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Removed an extra colon from libsrc/dbg/dbg/c.
This commit is contained in:
parent
19ddffecba
commit
8485d59aa6
@ -1063,7 +1063,7 @@ static char StackHandler (void)
|
||||
break;
|
||||
|
||||
case 'a':
|
||||
#ifdef CH_CURS_UP:
|
||||
#ifdef CH_CURS_UP
|
||||
case CH_CURS_UP:
|
||||
#endif
|
||||
--StackAddr;
|
||||
|
Loading…
Reference in New Issue
Block a user