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