From: Søren Sandmann Pedersen Date: Wed, 24 Jun 2009 15:23:04 +0000 (-0400) Subject: Fix typo in oob-test.c X-Git-Tag: pixman-0.15.14~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd90429a32927d8aa516a3d26cc309ca7043e4d3;p=platform%2Fupstream%2Fpixman.git Fix typo in oob-test.c --- diff --git a/test/oob-test.c b/test/oob-test.c index fbcb537..fc93156 100644 --- a/test/oob-test.c +++ b/test/oob-test.c @@ -14,7 +14,7 @@ main (int argc, char **argv) #define SHEIGHT 7 #define SSTRIDE 20 - uint32_t *src = malloc (DHEIGHT * SSTRIDE); + uint32_t *src = malloc (SHEIGHT * SSTRIDE); uint32_t *dest = malloc (DHEIGHT * DSTRIDE); pixman_image_t *simg, *dimg;