From fd90429a32927d8aa516a3d26cc309ca7043e4d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 24 Jun 2009 11:23:04 -0400 Subject: [PATCH] Fix typo in oob-test.c --- test/oob-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4