diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 8dfb60d59ea..74c58559a16 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -2420,7 +2420,7 @@ read_input_waiting () | |||
| 2420 | /* Don't look at input that follows a C-g too closely. | 2420 | /* Don't look at input that follows a C-g too closely. |
| 2421 | This reduces lossage due to autorepeat on C-g. */ | 2421 | This reduces lossage due to autorepeat on C-g. */ |
| 2422 | if (buf[i].kind == ascii_keystroke | 2422 | if (buf[i].kind == ascii_keystroke |
| 2423 | && XINT(buf[i].code) == quit_char) | 2423 | && buf[i].code == quit_char) |
| 2424 | break; | 2424 | break; |
| 2425 | } | 2425 | } |
| 2426 | } | 2426 | } |