From 64c10aa2fe36a4becf473b63cb883fb9c22b6015 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sat, 18 Jun 2016 23:39:21 +0200 Subject: [PATCH] Minor simplification. --- samples/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5