diff options
Diffstat (limited to 'pixman/test/utils.c')
-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);
}
|