xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Tue Sep 4 17:42:43 PDT 2012


 src/radeon.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7fe16dd037ac688726869816888bd77fe4356f8e
Author: Dave Airlie <airlied at gmail.com>
Date:   Wed Sep 5 10:41:51 2012 +1000

    radeon: fix typo in glamor paths
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54519
    
    Reported-By: scaty at dcinformatique.com
    Signed-off-by: Dave Airlie <airlied at redhat.com>

diff --git a/src/radeon.h b/src/radeon.h
index b0676d4..eb46db2 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -637,7 +637,7 @@ static inline Bool radeon_get_pixmap_shared(PixmapPtr pPix)
 
     if (info->use_glamor) {
         ErrorF("glamor sharing todo\n");
-	return FALSE:
+	return FALSE;
     } else
 #endif
     {


More information about the xorg-commit mailing list