From: Eli Zaretskii Date: Sat, 11 Sep 2021 14:50:08 +0000 (+0300) Subject: ; * src/w32term.c (w32_read_socket): Avoid compiler warning. X-Git-Tag: emacs-28.0.90~1062 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7aaf2fcb87b0c7ed4205be9ba2c26051c13920b;p=emacs.git ; * src/w32term.c (w32_read_socket): Avoid compiler warning. --- diff --git a/src/w32term.c b/src/w32term.c index 3eb078a66d8..70e5501db1d 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -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)