diff options
author | Eric Anholt <eric@anholt.net> | 2009-02-10 18:47:28 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-02-10 18:47:28 -0800 |
commit | 3012d85cc5eb58c2447e93c05c39dc14feaae988 (patch) | |
tree | e33639a5ca405a57508bd12c843172bf6a2daf0a /uxa | |
parent | 5009127de7d9527ae329d1c2fbc7283648bde2e6 (diff) |
uxa: Fix breakage from UXA_FALLBACK conversion from "do {} while (0)" construct.
Thanks to keithp for post-commit review.
Diffstat (limited to 'uxa')
-rw-r--r-- | uxa/uxa-priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uxa/uxa-priv.h b/uxa/uxa-priv.h index ae3fb2a9..bdc6e82e 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); |