emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 97a54d1327: ; * src/xterm.c (xi_disable_devices): Fix portability


From: Po Lu
Subject: master 97a54d1327: ; * src/xterm.c (xi_disable_devices): Fix portability typo.
Date: Tue, 9 Aug 2022 04:31:24 -0400 (EDT)

branch: master
commit 97a54d132732131fb7635d91a45cf2088e98b60b
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * 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 ea0ddcd3be..806933fd07 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;
        }
     }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]