diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-11-20 09:35:48 +0100 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-11-20 11:18:58 +0100 |
commit | 95a08dece37080e199e436fa6f2dc02e60d346dd (patch) | |
tree | d98300dc0b63e9049f674cde650b092ad8c9552a /test/blitters-test.c | |
parent | 6e2c7d54c6786b52ae7dc683d2dbb4c7c033bb09 (diff) |
Remove stray semicolon from blitters-test.c
Pointed out by scottmc2@gmail.com in bug 25137.
Diffstat (limited to 'test/blitters-test.c')
-rw-r--r-- | test/blitters-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blitters-test.c b/test/blitters-test.c index 979af24b..ac816eba 100644 --- a/test/blitters-test.c +++ b/test/blitters-test.c @@ -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) { |