Change disable_clientpointer return type to void

It doesn't return anything, nor does it's caller expect it to.

Fixes Solaris Studio compiler error:
"xichangehierarchy.c", line 214: Function has no return statement : disable_clientpointer

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 372a6f10dc)
This commit is contained in:
Alan Coopersmith 2011-12-08 21:52:07 -08:00 committed by Peter Hutterer
parent ae4272a574
commit 8c73f6bcbd

View file

@ -202,7 +202,7 @@ unwind:
return rc;
}
static int
static void
disable_clientpointer(DeviceIntPtr dev)
{
int i;