mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Merge pull request #1808 from acqn/LibFix
[Lib] Removed an extra colon from libsrc/dbg/dbg.c
This commit is contained in:
commit
c642c07ea0
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user