diff options
| author | Karl Heuer | 1994-04-15 20:44:17 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-15 20:44:17 +0000 |
| commit | c3a2738cf368816825be9e79be090f82b980aa53 (patch) | |
| tree | ec1f34ef73873f31a7c259c6d0f11e0cffb1b224 /src | |
| parent | 63ab7e8f1a917b8df72e1ef735315f08b147dacf (diff) | |
| download | emacs-c3a2738cf368816825be9e79be090f82b980aa53.tar.gz emacs-c3a2738cf368816825be9e79be090f82b980aa53.zip | |
(read_avail_input): Fix comment delimiter.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
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) |