aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-08-09 16:30:45 +0800
committerPo Lu2022-08-09 16:30:45 +0800
commit97a54d132732131fb7635d91a45cf2088e98b60b (patch)
treedff7690f18aa98ecb02574f7e786abd1141d6d98 /src
parent1dc3ecc6c3cd20d758010ce480a8d6467cbe107f (diff)
downloademacs-97a54d132732131fb7635d91a45cf2088e98b60b.tar.gz
emacs-97a54d132732131fb7635d91a45cf2088e98b60b.zip
; * src/xterm.c (xi_disable_devices): Fix portability typo.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
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,
12905 } 12905 }
12906 12906
12907 devices[ndevices++] = dpyinfo->devices[i]; 12907 devices[ndevices++] = dpyinfo->devices[i];
12908
12908 out: 12909 out:
12910 continue;
12909 } 12911 }
12910 } 12912 }
12911 12913