diff options
| -rw-r--r-- | src/core/async-getprop.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/core/async-getprop.c b/src/core/async-getprop.c index d968ca2a..41d9c8ae 100644 --- a/src/core/async-getprop.c +++ b/src/core/async-getprop.c @@ -274,7 +274,7 @@ async_get_property_handler (Display *dpy,  #endif    /* (kind of a silly as we know sizeof(xGetPropertyReply) == sizeof(xReply)) */ -  reply = (xGetPropertyReply *) +  reply = (xGetPropertyReply *) (void *)      _XGetAsyncReply (dpy, (char *)&replbuf, rep, buf, len,                       (SIZEOF (xGetPropertyReply) - bytes_read) >> 2, /* in 32-bit words */                       False); /* False means expecting more data to follow, | 
