diff options
author | Po Lu <luangruo@yahoo.com> | 2022-08-09 16:30:45 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-08-09 16:30:45 +0800 |
commit | 97a54d132732131fb7635d91a45cf2088e98b60b (patch) | |
tree | dff7690f18aa98ecb02574f7e786abd1141d6d98 | |
parent | 1dc3ecc6c3cd20d758010ce480a8d6467cbe107f (diff) | |
download | emacs-97a54d132732131fb7635d91a45cf2088e98b60b.tar.gz emacs-97a54d132732131fb7635d91a45cf2088e98b60b.tar.bz2 emacs-97a54d132732131fb7635d91a45cf2088e98b60b.zip |
; * src/xterm.c (xi_disable_devices): Fix portability typo.
-rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index ea0ddcd3be9..806933fd07e 100644 --- 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; } } |