summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2007-10-29 17:00:03 +0000
committerBrandon Low <lostlogic@rockbox.org>2007-10-29 17:00:03 +0000
commit4649eecc7923aa3da298e457529dbda3a11f01a2 (patch)
tree2a950edb18bf22fb55da32cbd39f30a787f5fc6c
parent483dca99c4e19f2041ab0785772146cbe90c544c (diff)
downloadrockbox-4649eecc7923aa3da298e457529dbda3a11f01a2.tar.gz
rockbox-4649eecc7923aa3da298e457529dbda3a11f01a2.zip
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
-rw-r--r--apps/buffering.c2
1 files changed, 1 insertions, 1 deletions
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)
386 a memory_handle after correcting for wraps or if the handle is not 386 a memory_handle after correcting for wraps or if the handle is not
387 found in the linked list for adjustment. This function has no side 387 found in the linked list for adjustment. This function has no side
388 effects if NULL is returned. */ 388 effects if NULL is returned. */
389static bool move_handle(struct memory_handle const **h, 389static bool move_handle(struct memory_handle **h,
390 size_t *delta, const size_t data_size) 390 size_t *delta, const size_t data_size)
391{ 391{
392 struct memory_handle *dest; 392 struct memory_handle *dest;