xf86-video-intel: test/basic-copyarea.c

Chris Wilson ickle at kemper.freedesktop.org
Mon Nov 7 01:29:35 PST 2011


 test/basic-copyarea.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 05f3e96a69af7750d2d62cf5ba991b89f39bc88a
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Nov 7 09:28:19 2011 +0000

    test: Compile fix for make check
    
    Reported-by: Jeremy Huddleston <jeremyhu at apple.com>
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/test/basic-copyarea.c b/test/basic-copyarea.c
index a3a4ae7..025b884 100644
--- a/test/basic-copyarea.c
+++ b/test/basic-copyarea.c
@@ -265,7 +265,7 @@ static void rect_tests(struct test *t, int reps, int sets, enum target target, i
 			     real.draw, real.format,
 			     ref.draw, ref.format,
 			     0, 0, real.width, real.height,
-			     ""
+			     "");
 	}
 
 	printf("passed [%d iterations x %d]\n", reps, sets);


More information about the xorg-commit mailing list