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>
This commit is contained in:
Alan Coopersmith 2011-12-08 21:52:07 -08:00 committed by Keith Packard
parent 522f8bcc03
commit 372a6f10dc

View File

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