mirror of
https://github.com/cc65/cc65.git
synced 2024-12-30 20:29:25 +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;
|
J = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (kbhit() && ReadUpperKey == 'Q') {
|
if (kbhit() && ReadUpperKey () == 'Q') {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user