xf86-video-intel: uxa/uxa-priv.h

Eric Anholt anholt at kemper.freedesktop.org
Tue Feb 10 18:50:11 PST 2009


 uxa/uxa-priv.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3012d85cc5eb58c2447e93c05c39dc14feaae988
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Feb 10 18:47:28 2009 -0800

    uxa: Fix breakage from UXA_FALLBACK conversion from "do {} while (0)" construct.
    
    Thanks to keithp for post-commit review.

diff --git a/uxa/uxa-priv.h b/uxa/uxa-priv.h
index ae3fb2a..bdc6e82 100644
--- a/uxa/uxa-priv.h
+++ b/uxa/uxa-priv.h
@@ -76,7 +76,7 @@
 if (uxa_get_screen(screen)->fallback_debug) {			\
 	ErrorF("UXA fallback at %s: ", __FUNCTION__);		\
 	ErrorF x;						\
-} while (0)
+}
 
 char
 uxa_drawable_location(DrawablePtr pDrawable);


More information about the xorg-commit mailing list