]> git.sur5r.net Git - cc65/commitdiff
Minor simplification.
authorOliver Schmidt <ol.sc@web.de>
Sat, 18 Jun 2016 21:39:21 +0000 (23:39 +0200)
committerOliver Schmidt <ol.sc@web.de>
Sat, 18 Jun 2016 21:57:18 +0000 (23:57 +0200)
samples/hello.c

index 854e9a4b4d5071decfc68bb3536bd9c668b621cf..dd15128d2b4410efdf30ba68ea0d3f1aac1a851c 100644 (file)
@@ -77,7 +77,7 @@ int main (void)
 #else
 
     /* Wait for the user to press a key */
-    (void) cgetc ();
+    cgetc ();
 
 #endif