forked from len0rd/rockbox
Missed a couple. Hopefully fix all warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13234 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
26d242ae65
commit
8676dc25f5
22 changed files with 32 additions and 32 deletions
|
|
@ -84,7 +84,7 @@ void *pl_malloc(ssize_t size)
|
|||
/* init function for pl_malloc() */
|
||||
void pl_malloc_init(void)
|
||||
{
|
||||
bufptr = rb->plugin_get_buffer(&bufleft);
|
||||
bufptr = rb->plugin_get_buffer((size_t *)&bufleft);
|
||||
}
|
||||
|
||||
/* for endian problems */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue