forked from len0rd/rockbox
Fix yellow, not sure how to properly specify this argument's nature so this is fine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15363 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
483dca99c4
commit
4649eecc79
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ static struct memory_handle *find_handle(const unsigned int handle_id)
|
||||||
a memory_handle after correcting for wraps or if the handle is not
|
a memory_handle after correcting for wraps or if the handle is not
|
||||||
found in the linked list for adjustment. This function has no side
|
found in the linked list for adjustment. This function has no side
|
||||||
effects if NULL is returned. */
|
effects if NULL is returned. */
|
||||||
static bool move_handle(struct memory_handle const **h,
|
static bool move_handle(struct memory_handle **h,
|
||||||
size_t *delta, const size_t data_size)
|
size_t *delta, const size_t data_size)
|
||||||
{
|
{
|
||||||
struct memory_handle *dest;
|
struct memory_handle *dest;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue