Fix double semicolon; pointed out by Travis Griggs
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 8 Oct 2009 17:01:27 +0000 (13:01 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 8 Oct 2009 17:01:27 +0000 (13:01 -0400)
test/blitters-test.c

index b364845..569e946 100644 (file)
@@ -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 */