Mercurial > emacs
changeset 6891:065060f1f9b8
(read_avail_input): Fix comment delimiter.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 15 Apr 1994 20:44:17 +0000 |
parents | 7462c6006494 |
children | d61940f5430c |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)