aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-04-15 20:44:17 +0000
committerKarl Heuer1994-04-15 20:44:17 +0000
commitc3a2738cf368816825be9e79be090f82b980aa53 (patch)
treeec1f34ef73873f31a7c259c6d0f11e0cffb1b224 /src
parent63ab7e8f1a917b8df72e1ef735315f08b147dacf (diff)
downloademacs-c3a2738cf368816825be9e79be090f82b980aa53.tar.gz
emacs-c3a2738cf368816825be9e79be090f82b980aa53.zip
(read_avail_input): Fix comment delimiter.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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)
3310 n_to_read = dos_keysns (); 3310 n_to_read = dos_keysns ();
3311 if (n_to_read == 0) 3311 if (n_to_read == 0)
3312 return 0; 3312 return 0;
3313#else */ not MSDOS */ 3313#else /* not MSDOS */
3314#ifdef FIONREAD 3314#ifdef FIONREAD
3315 /* Find out how much input is available. */ 3315 /* Find out how much input is available. */
3316 if (ioctl (0, FIONREAD, &n_to_read) < 0) 3316 if (ioctl (0, FIONREAD, &n_to_read) < 0)