1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-24 18:28:53 +00:00

Fixed typo.

This commit is contained in:
Oliver Schmidt 2018-01-02 13:48:30 +01:00 committed by GitHub
parent d348d82d5a
commit 040134e775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
){ ){