summaryrefslogtreecommitdiff
path: root/dix/eventconvert.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-12-19 12:21:31 -0800
committerKeith Packard <keithp@keithp.com>2012-12-19 12:22:03 -0800
commit0eb1559eb29d11e63c2b33e317590a88d86fe313 (patch)
tree6d5956d8dd1ad6f87cd3b410c6a6049c1981004a /dix/eventconvert.c
parent386e4d76baaffe226d2d561ff936509454eb0ac2 (diff)
parentea1d76d1b68c7cbcedcaa1f967c5027e0cc1c7a2 (diff)
Merge remote-tracking branch 'yselkowitz/master'
I checked this patch with diff -w to check that it only affected whitespace.
Diffstat (limited to 'dix/eventconvert.c')
-rw-r--r--dix/eventconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/eventconvert.c b/dix/eventconvert.c
index 47dcf8b41..2c411cf40 100644
--- a/dix/eventconvert.c
+++ b/dix/eventconvert.c
@@ -459,7 +459,7 @@ appendKeyInfo(DeviceChangedEvent *dce, xXIKeyInfo * info)
info->length = sizeof(xXIKeyInfo) / 4 + info->num_keycodes;
info->sourceid = dce->sourceid;
- kc = (uint32_t *) & info[1];
+ kc = (uint32_t *) &info[1];
for (i = 0; i < info->num_keycodes; i++)
*kc++ = i + dce->keys.min_keycode;