1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00

; * src/xterm.c (xi_disable_devices): Fix portability typo.

This commit is contained in:
Po Lu 2022-08-09 16:30:45 +08:00
parent 1dc3ecc6c3
commit 97a54d1327

View file

@ -12905,7 +12905,9 @@ xi_disable_devices (struct x_display_info *dpyinfo,
}
devices[ndevices++] = dpyinfo->devices[i];
out:
continue;
}
}