Xi: whoops, stray ! caused a bit of memory mess.

This commit is contained in:
Peter Hutterer 2008-04-26 19:55:59 +09:30
parent 87071b604c
commit 684b5d8382

View File

@ -347,7 +347,7 @@ ProcXListInputDevices(ClientPtr client)
AddOtherInputDevices();
if (!pXIClient->major_version >= XI_2_Major) {
if (pXIClient->major_version >= XI_2_Major) {
for (d = inputInfo.devices; d; d = d->next) {
rc = XaceHook(XACE_DEVICE_ACCESS, client, d, DixGetAttrAccess);
if (rc != Success)