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 Jeremy Huddleston
parent 13fb521263
commit 4b39a4be11

View file

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