mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
Fixed typo.
This commit is contained in:
parent
d348d82d5a
commit
040134e775
@ -209,7 +209,7 @@ static unsigned char testCPeekCol (char ch)
|
|||||||
ch2_c = peekColWithoutTranslation ();
|
ch2_c = peekColWithoutTranslation ();
|
||||||
if ((ch2_c != ch2_b)
|
if ((ch2_c != ch2_b)
|
||||||
#if defined(__C128__)
|
#if defined(__C128__)
|
||||||
/* VDC memory is not accessable */
|
/* VDC memory is not accessible */
|
||||||
&& (width == 40)
|
&& (width == 40)
|
||||||
#endif
|
#endif
|
||||||
){
|
){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user