diff src/keyboard.c @ 6891:065060f1f9b8

(read_avail_input): Fix comment delimiter.
author Karl Heuer <kwzh@gnu.org>
date Fri, 15 Apr 1994 20:44:17 +0000
parents 1862df471cac
children b97b29f3ea7a
line wrap: on
line diff
--- a/src/keyboard.c	Fri Apr 15 19:25:34 1994 +0000
+++ b/src/keyboard.c	Fri Apr 15 20:44:17 1994 +0000
@@ -3310,7 +3310,7 @@
       n_to_read = dos_keysns ();
       if (n_to_read == 0)
 	return 0;
-#else */ not MSDOS */
+#else /* not MSDOS */
 #ifdef FIONREAD
       /* Find out how much input is available.  */
       if (ioctl (0, FIONREAD, &n_to_read) < 0)