Merge pull request #220 from greg-king5/holes
Fix a samples/sieve.s typo.
This commit is contained in:
@@ -110,7 +110,7 @@ int main (void)
|
|||||||
J = 0;
|
J = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (kbhit() && ReadUpperKey == 'Q') {
|
if (kbhit() && ReadUpperKey () == 'Q') {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user