]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xterm.c (xi_disable_devices): Fix portability typo.
authorPo Lu <luangruo@yahoo.com>
Tue, 9 Aug 2022 08:30:45 +0000 (16:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 9 Aug 2022 08:30:45 +0000 (16:30 +0800)
src/xterm.c

index ea0ddcd3be9542fb88007d2864c8b8566ded8b01..806933fd07ed99d75a7c4b2a632ed94df31d1510 100644 (file)
@@ -12905,7 +12905,9 @@ xi_disable_devices (struct x_display_info *dpyinfo,
            }
 
          devices[ndevices++] = dpyinfo->devices[i];
+
        out:
+         continue;
        }
     }