From: Po Lu Date: Tue, 9 Aug 2022 08:30:45 +0000 (+0800) Subject: ; * src/xterm.c (xi_disable_devices): Fix portability typo. X-Git-Tag: emacs-29.0.90~1447^2~290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97a54d132732131fb7635d91a45cf2088e98b60b;p=emacs.git ; * src/xterm.c (xi_disable_devices): Fix portability typo. --- 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; } }