From: Karl Heuer Date: Fri, 15 Apr 1994 20:44:17 +0000 (+0000) Subject: (read_avail_input): Fix comment delimiter. X-Git-Tag: emacs-19.34~8962 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3a2738cf368816825be9e79be090f82b980aa53;p=emacs.git (read_avail_input): Fix comment delimiter. --- diff --git a/src/keyboard.c b/src/keyboard.c index 7ba9e9ade5c..282e1aeb258 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -3310,7 +3310,7 @@ read_avail_input (expected) 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)