diff options
| author | Po Lu | 2022-08-09 16:30:45 +0800 |
|---|---|---|
| committer | Po Lu | 2022-08-09 16:30:45 +0800 |
| commit | 97a54d132732131fb7635d91a45cf2088e98b60b (patch) | |
| tree | dff7690f18aa98ecb02574f7e786abd1141d6d98 | |
| parent | 1dc3ecc6c3cd20d758010ce480a8d6467cbe107f (diff) | |
| download | emacs-97a54d132732131fb7635d91a45cf2088e98b60b.tar.gz 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, | |||
| 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 | ||