aboutsummaryrefslogtreecommitdiff
path: root/pixman/test/utils.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-01-25 20:04:12 +0000
committermarha <marha@users.sourceforge.net>2011-01-25 20:04:12 +0000
commit542d457cc1382d5118bf01e88f4f88b3028be88c (patch)
tree8a58681b96b96fd49ae8ea89f0d8d4d6b1bd2fef /pixman/test/utils.c
parentdb83ae15824cd5a710d61684733f3dc09517748b (diff)
downloadvcxsrv-542d457cc1382d5118bf01e88f4f88b3028be88c.tar.gz
vcxsrv-542d457cc1382d5118bf01e88f4f88b3028be88c.tar.bz2
vcxsrv-542d457cc1382d5118bf01e88f4f88b3028be88c.zip
mesalib pixman git update 25/1/2011
Diffstat (limited to 'pixman/test/utils.c')
-rw-r--r--pixman/test/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/test/utils.c b/pixman/test/utils.c
index 883095250..a896e5be1 100644
--- a/pixman/test/utils.c
+++ b/pixman/test/utils.c
@@ -295,7 +295,7 @@ fence_free (void *data)
#else
void *
-fence_malloc (uint32_t len)
+fence_malloc (int64_t len)
{
return malloc (len);
}