projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afa82b3
)
; * src/w32term.c (w32_read_socket): Avoid compiler warning.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 11 Sep 2021 14:50:08 +0000
(17:50 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 11 Sep 2021 14:50:08 +0000
(17:50 +0300)
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index 3eb078a66d847fa4e90646113cdbf46d407c94cb..70e5501db1d5294d4a333a154a09dfa5e7db36cb 100644
(file)
--- 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)