diff options
-rw-r--r-- | acme/bin/source/win/win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acme/bin/source/win/win.c b/acme/bin/source/win/win.c index 1fdd9bb9f..770b0e38c 100644 --- a/acme/bin/source/win/win.c +++ b/acme/bin/source/win/win.c @@ -85,7 +85,7 @@ wingetec(Window *w) w->nbuf = read(w->event, w->buf, sizeof w->buf); if(w->nbuf <= 0){ /* probably because window has exited, and only called by wineventproc, so just shut down */ - threadexits(nil); + threadexitsall(nil); } w->bufp = w->buf; } |