diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index 1285b5a06f6..c00bbe0f3cd 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -3282,7 +3282,7 @@ queue_notifications (struct input_event *event, W32Msg *msg, struct frame *f, | |||
| 3282 | { | 3282 | { |
| 3283 | DWORD info_size = notifications_size; | 3283 | DWORD info_size = notifications_size; |
| 3284 | Lisp_Object cs = intern ("utf-16le"); | 3284 | Lisp_Object cs = intern ("utf-16le"); |
| 3285 | Lisp_Object obj = w32_get_watch_object (make_number (notifications_desc)); | 3285 | Lisp_Object obj = w32_get_watch_object (notifications_desc); |
| 3286 | 3286 | ||
| 3287 | /* notifications_size could be zero when the buffer of | 3287 | /* notifications_size could be zero when the buffer of |
| 3288 | notifications overflowed on the OS level, or when the | 3288 | notifications overflowed on the OS level, or when the |