Fix statement not reached warning in _DMXXineramaActive

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
This commit is contained in:
Alan Coopersmith 2012-05-20 00:00:59 -07:00
parent 1be317c4e5
commit f20a532ba3

View File

@ -74,8 +74,9 @@ _DMXXineramaActive(void)
{
#ifdef PANORAMIX
return !noPanoramiXExtension;
#endif
#else
return 0;
#endif
}
static void