From 97a54d132732131fb7635d91a45cf2088e98b60b Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 9 Aug 2022 16:30:45 +0800 Subject: [PATCH] ; * src/xterm.c (xi_disable_devices): Fix portability typo. --- src/xterm.c | 2 ++ 1 file changed, 2 insertions(+) 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; } } -- 2.39.2