mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +00:00
Merge pull request #220 from greg-king5/holes
Fix a samples/sieve.s typo.
This commit is contained in:
commit
f4335eca87
@ -110,7 +110,7 @@ int main (void)
|
||||
J = 0;
|
||||
}
|
||||
}
|
||||
if (kbhit() && ReadUpperKey == 'Q') {
|
||||
if (kbhit() && ReadUpperKey () == 'Q') {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user