summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/helpers.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-04-21 19:07:15 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-04-21 19:07:15 +0000
commit8676dc25f53ec5ae183f514433103b407fdf322b (patch)
tree208a7628b30c2970ecdca2b14fe6bf3da6489aae /apps/plugins/zxbox/helpers.c
parent26d242ae654cc1e69c55ecd49fc3a5c13dfb8052 (diff)
Missed a couple. Hopefully fix all warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13234 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/zxbox/helpers.c')
-rw-r--r--apps/plugins/zxbox/helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/helpers.c b/apps/plugins/zxbox/helpers.c
index d6b25a2452..2343abb499 100644
--- a/apps/plugins/zxbox/helpers.c
+++ b/apps/plugins/zxbox/helpers.c
@@ -28,7 +28,7 @@ void *my_malloc(size_t size)
if (offset == NULL)
{
- offset = rb->plugin_get_audio_buffer(&totalSize);
+ offset = rb->plugin_get_audio_buffer((size_t *)&totalSize);
}
if (size + 4 > abs(totalSize) )