From 4649eecc7923aa3da298e457529dbda3a11f01a2 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Mon, 29 Oct 2007 17:00:03 +0000 Subject: 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 --- apps/buffering.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/buffering.c b/apps/buffering.c index 13efe51974..b527264a6e 100644 --- a/apps/buffering.c +++ b/apps/buffering.c @@ -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 found in the linked list for adjustment. This function has no side 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) { struct memory_handle *dest; -- cgit v1.2.3