xf86-video-intel: src/intel_uxa.c

Chris Wilson ickle at kemper.freedesktop.org
Mon Dec 17 04:38:44 PST 2012


 src/intel_uxa.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4d7e3a9123cf41d2dd97c0a8a0d461c189064822
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Dec 17 12:34:05 2012 +0000

    uxa: Fix copy'n'paste of false not FALSE
    
    Bugzilla; https://bugs.freedesktop.org/show_bug.cgi?id=58406
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/intel_uxa.c b/src/intel_uxa.c
index 60ab3a6..f5ac0a6 100644
--- a/src/intel_uxa.c
+++ b/src/intel_uxa.c
@@ -1298,7 +1298,7 @@ static Bool intel_option_accel_blt(intel_screen_private *intel)
 
 	s = xf86GetOptValString(intel->Options, OPTION_ACCEL_METHOD);
 	if (s == NULL)
-		return false;
+		return FALSE;
 
 	return strcasecmp(s, "blt") == 0;
 }


More information about the xorg-commit mailing list