From: Oliver Schmidt
Date: Sat, 18 Jun 2016 21:39:21 +0000 (+0200)
Subject: Minor simplification.
X-Git-Tag: V2.16~101
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64c10aa2fe36a4becf473b63cb883fb9c22b6015;p=cc65
Minor simplification.
---
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