summaryrefslogtreecommitdiff
path: root/src/w32term.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-09-11 17:50:08 +0300
committerEli Zaretskii <eliz@gnu.org>2021-09-11 17:50:08 +0300
commitc7aaf2fcb87b0c7ed4205be9ba2c26051c13920b (patch)
tree406bc8cbb7f69039c226fbe313ca1b842046efc3 /src/w32term.c
parentafa82b3f7f864467ebf8807d0d3b95376383d5af (diff)
downloademacs-c7aaf2fcb87b0c7ed4205be9ba2c26051c13920b.tar.gz
; * src/w32term.c (w32_read_socket): Avoid compiler warning.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c4
1 files changed, 2 insertions, 2 deletions
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)