projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc3ecc
)
; * src/xterm.c (xi_disable_devices): Fix portability typo.
author
Po Lu
<luangruo@yahoo.com>
Tue, 9 Aug 2022 08:30:45 +0000
(16:30 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 9 Aug 2022 08:30:45 +0000
(16:30 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index ea0ddcd3be9542fb88007d2864c8b8566ded8b01..806933fd07ed99d75a7c4b2a632ed94df31d1510 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-12905,7
+12905,9
@@
xi_disable_devices (struct x_display_info *dpyinfo,
}
devices[ndevices++] = dpyinfo->devices[i];
+
out:
+ continue;
}
}