summaryrefslogtreecommitdiffstats
path: root/games/robots/flush_in.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-11 04:40:13 +0000
committeralfred <alfred@FreeBSD.org>2002-05-11 04:40:13 +0000
commit00909002b6c6487ad3ede55a4b85aa32dcd3e588 (patch)
tree4d47d1d00730f906563fc0736f7dcd58650be240 /games/robots/flush_in.c
parenta2929176d9db88392f6d3d79a92abfa679f762a7 (diff)
downloadFreeBSD-src-00909002b6c6487ad3ede55a4b85aa32dcd3e588.zip
FreeBSD-src-00909002b6c6487ad3ede55a4b85aa32dcd3e588.tar.gz
Fix warnings by commenting out text after #else/#endif.
Diffstat (limited to 'games/robots/flush_in.c')
-rw-r--r--games/robots/flush_in.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/robots/flush_in.c b/games/robots/flush_in.c
index 894185c..18e2709 100644
--- a/games/robots/flush_in.c
+++ b/games/robots/flush_in.c
@@ -49,7 +49,7 @@ flush_in()
{
# ifdef TIOCFLUSH
ioctl(fileno(stdin), TIOCFLUSH, NULL);
-# else TIOCFLUSH
+# else /* TIOCFLUSH */
crmode();
-# endif TIOCFLUSH
+# endif /* TIOCFLUSH */
}
OpenPOWER on IntegriCloud