Remove stray semicolon from blitters-test.c
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 20 Nov 2009 08:35:48 +0000 (09:35 +0100)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 20 Nov 2009 10:18:58 +0000 (11:18 +0100)
Pointed out by scottmc2@gmail.com in bug 25137.

test/blitters-test.c

index 979af24..ac816eb 100644 (file)
@@ -96,7 +96,7 @@ free_random_image (uint32_t initcrc,
     uint32_t crc32 = 0;
     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);
 
     if (fmt != -1)
     {