diff options
Diffstat (limited to 'src')
| -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 | ||