1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-07 15:25:31 +00:00

Merge pull request #220 from greg-king5/holes

Fix a samples/sieve.s typo.
This commit is contained in:
Oliver Schmidt
2015-10-17 21:37:41 +02:00

View File

@@ -110,7 +110,7 @@ int main (void)
J = 0;
}
}
if (kbhit() && ReadUpperKey == 'Q') {
if (kbhit() && ReadUpperKey () == 'Q') {
break;
}
}