1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 02:55:20 +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
commit f4335eca87

View File

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