mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Minor simplification.
This commit is contained in:
@@ -77,7 +77,7 @@ int main (void)
|
||||
#else
|
||||
|
||||
/* Wait for the user to press a key */
|
||||
(void) cgetc ();
|
||||
cgetc ();
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user