1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Merge pull request #1808 from acqn/LibFix

[Lib] Removed an extra colon from libsrc/dbg/dbg.c
This commit is contained in:
Bob Andrews 2022-07-24 17:59:57 +02:00 committed by GitHub
commit c642c07ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;