]> git.sur5r.net Git - cc65/commitdiff
Merge pull request #213 from mrdudz/soft80
authorOliver Schmidt <ol.sc@web.de>
Thu, 22 Oct 2015 15:56:21 +0000 (17:56 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 22 Oct 2015 15:56:21 +0000 (17:56 +0200)
soft80 implementation for C-64

samples/sieve.c

index 9f110ec98c7ffa1b60c1a2fe47ab666286d40d59..8d0619888235d9c2e3549919b584474be4496501 100644 (file)
@@ -110,7 +110,7 @@ int main (void)
                     J = 0;
                 }
             }
-            if (kbhit() && ReadUpperKey == 'Q') {
+            if (kbhit() && ReadUpperKey () == 'Q') {
                 break;
             }
         }