pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Thu Oct 8 10:03:25 PDT 2009


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

New commits:
commit 358f96d20219b4460bfd8ecf88e69ff10044b577
Author: Søren Sandmann Pedersen <sandmann at redhat.com>
Date:   Thu Oct 8 13:01:27 2009 -0400

    Fix double semicolon; pointed out by Travis Griggs

diff --git a/test/blitters-test.c b/test/blitters-test.c
index b364845..569e946 100644
--- a/test/blitters-test.c
+++ b/test/blitters-test.c
@@ -174,7 +174,7 @@ image_endian_swap (pixman_image_t *img, int bpp)
 {
     int stride = pixman_image_get_stride (img);
     uint32_t *data = pixman_image_get_data (img);
-    int height = pixman_image_get_height (img);;
+    int height = pixman_image_get_height (img);
     int i, j;
 
     /* swap bytes only on big endian systems */


More information about the xorg-commit mailing list