; * src/w32term.c (w32_read_socket): Avoid compiler warning.

This commit is contained in:
Eli Zaretskii 2021-09-11 17:50:08 +03:00
parent afa82b3f7f
commit c7aaf2fcb8

View file

@ -5225,8 +5225,8 @@ w32_read_socket (struct terminal *terminal,
&& !frame_ancestor_p (f, dpyinfo->w32_focus_frame)))
inev.kind = NO_EVENT;
if (!NILP (tab_bar_arg))
inev.arg = tab_bar_arg;
if (!NILP (tab_bar_arg))
inev.arg = tab_bar_arg;
/* Is this in the tool-bar? */
if (WINDOWP (f->tool_bar_window)