Fix typo in oob-test.c
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Wed, 24 Jun 2009 15:23:04 +0000 (11:23 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Wed, 24 Jun 2009 15:24:11 +0000 (11:24 -0400)
test/oob-test.c

index fbcb537..fc93156 100644 (file)
@@ -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;