]> git.sur5r.net Git - cc65/blobdiff - samples/hello.c
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / 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