aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 43c97f479c1..6db366cd0d3 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -2347,7 +2347,6 @@ is_dead_key (int wparam)
2347 We return the number of characters stored into the buffer, 2347 We return the number of characters stored into the buffer,
2348 thus pretending to be `read'. 2348 thus pretending to be `read'.
2349 2349
2350 WAITP is nonzero if we should block until input arrives.
2351 EXPECTED is nonzero if the caller knows input is available. 2350 EXPECTED is nonzero if the caller knows input is available.
2352 2351
2353 Some of these messages are reposted back to the message queue since the 2352 Some of these messages are reposted back to the message queue since the
@@ -2360,11 +2359,10 @@ is_dead_key (int wparam)
2360*/ 2359*/
2361 2360
2362int 2361int
2363w32_read_socket (sd, bufp, numchars, waitp, expected) 2362w32_read_socket (sd, bufp, numchars, expected)
2364 register int sd; 2363 register int sd;
2365 register struct input_event *bufp; 2364 register struct input_event *bufp;
2366 register int numchars; 2365 register int numchars;
2367 int waitp;
2368 int expected; 2366 int expected;
2369{ 2367{
2370 int count = 0; 2368 int count = 0;