summaryrefslogtreecommitdiff
path: root/src/TMprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/TMprint.c')
-rw-r--r--src/TMprint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/TMprint.c b/src/TMprint.c
index 1208cbf..f4f4444 100644
--- a/src/TMprint.c
+++ b/src/TMprint.c
@@ -870,8 +870,7 @@ _XtPrintEventSeq(register EventSeqPtr eventSeq, Display *dpy)
modMatch =
TMGetModifierMatch(_XtGetModifierIndex(&eventSeqs[j]->event));
PrintEvent(sb, typeMatch, modMatch, dpy);
- if (j < i)
- *sb->current++ = ',';
+ *sb->current++ = ',';
}
UNLOCK_PROCESS;
return sb->start;