xf86-video-intel: src/sna/kgem.c

Chris Wilson ickle at kemper.freedesktop.org
Fri Apr 12 06:28:51 PDT 2013


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

New commits:
commit a64490c794e2e98c77e0c7f9cec6778fd1e06465
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Apr 12 14:28:18 2013 +0100

    sna: Add missing ';'
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/kgem.c b/src/sna/kgem.c
index a2bb688..1141c9c 100644
--- a/src/sna/kgem.c
+++ b/src/sna/kgem.c
@@ -1658,7 +1658,7 @@ static bool check_scanout_size(struct kgem *kgem,
 		DBG(("%s: not using scanout %d (%dx%d), want (%dx%d)\n",
 		     __FUNCTION__,
 		     info.fb_id, info.width, info.height,
-		     width, height))
+		     width, height));
 		return false;
 	}
 


More information about the xorg-commit mailing list