aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 04ad5ee3772..7edb0121763 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -9819,7 +9819,7 @@ static Time enter_timestamp;
9819 me that letting the compiler initialize it to zeros will work okay. 9819 me that letting the compiler initialize it to zeros will work okay.
9820 9820
9821 This must be defined outside of XTread_socket, for the same reasons 9821 This must be defined outside of XTread_socket, for the same reasons
9822 given for enter_time stamp, above. */ 9822 given for enter_timestamp, above. */
9823 9823
9824static XComposeStatus compose_status; 9824static XComposeStatus compose_status;
9825 9825