Re: [PATCH] Fix statement not reached warning in _DMXXineramaActive

2012-05-22 Thread Mark Kettenis
 From: Alan Coopersmith alan.coopersm...@oracle.com
 Date: Mon, 21 May 2012 14:47:45 -0700
 
 Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

Reviewed-by: Mark Kettenis kette...@openbsd.org

 ---
  hw/dmx/dmx.c |3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel


[PATCH] Fix statement not reached warning in _DMXXineramaActive

2012-05-21 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
---
 hw/dmx/dmx.c |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hw/dmx/dmx.c b/hw/dmx/dmx.c
index 5c59d05..5ea133e 100644
--- a/hw/dmx/dmx.c
+++ b/hw/dmx/dmx.c
@@ -74,8 +74,9 @@ _DMXXineramaActive(void)
 {
 #ifdef PANORAMIX
 return !noPanoramiXExtension;
-#endif
+#else
 return 0;
+#endif
 }
 
 static void
-- 
1.7.9.2

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel