summaryrefslogtreecommitdiff
path: root/print11.c
diff options
context:
space:
mode:
Diffstat (limited to 'print11.c')
-rw-r--r--print11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print11.c b/print11.c
index cf477e2..443ad14 100644
--- a/print11.c
+++ b/print11.c
@@ -835,7 +835,7 @@ UnknownGenericEvent(const unsigned char *buf)
PrintField(buf, 1, 1, EXTENSION, "extension");
printfield(buf, 2, 2, CARD16, "sequence number");
printfield(buf, 4, 4, DVALUE4(n), "event length");
- PrintField(buf, 2, 8, CARD16, "event type");
+ PrintField(buf, 8, 2, CARD16, "event type");
n = ILong(&buf[4]) + 5;
(void) PrintList(&buf[12], n, CARD32, "data");