diff options
author | marha <marha@users.sourceforge.net> | 2011-01-25 20:04:12 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-25 20:04:12 +0000 |
commit | 542d457cc1382d5118bf01e88f4f88b3028be88c (patch) | |
tree | 8a58681b96b96fd49ae8ea89f0d8d4d6b1bd2fef /pixman/test | |
parent | db83ae15824cd5a710d61684733f3dc09517748b (diff) | |
download | vcxsrv-542d457cc1382d5118bf01e88f4f88b3028be88c.tar.gz vcxsrv-542d457cc1382d5118bf01e88f4f88b3028be88c.tar.bz2 vcxsrv-542d457cc1382d5118bf01e88f4f88b3028be88c.zip |
mesalib pixman git update 25/1/2011
Diffstat (limited to 'pixman/test')
-rw-r--r-- | pixman/test/utils.c | 2 |
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);
}
|