diff options
Diffstat (limited to 'src')
| -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 e9be58dd..d968ca2a 100644 --- a/src/core/async-getprop.c +++ b/src/core/async-getprop.c @@ -215,7 +215,7 @@ async_get_property_handler (Display *dpy,    AgPerDisplayData *dd;    int bytes_read; -  dd = (AgPerDisplayData*) data; +  dd = (void*) data;  #if 0    printf ("%s: seeing request seq %ld buflen %d\n", __FUNCTION__, | 
