X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=samples%2Fhello.c;h=dd15128d2b4410efdf30ba68ea0d3f1aac1a851c;hb=2cd4b5109a59c3743b38369359c389cc1b9edab4;hp=854e9a4b4d5071decfc68bb3536bd9c668b621cf;hpb=98973ee90127b944fe5947e97f080d0ee4d092c3;p=cc65 diff --git a/samples/hello.c b/samples/hello.c index 854e9a4b4..dd15128d2 100644 --- a/samples/hello.c +++ b/samples/hello.c @@ -77,7 +77,7 @@ int main (void) #else /* Wait for the user to press a key */ - (void) cgetc (); + cgetc (); #endif