From 2597a1349772fe505d27cb94392eb4d8a3c3b35d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 25 Dec 2006 14:01:47 +0000 Subject: Next round of static'ing and related fixes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11836 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/playback.c') diff --git a/apps/playback.c b/apps/playback.c index 7873700..9c81210 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -3552,7 +3552,7 @@ static void audio_playback_init(void) #if MEM > 8 /* we dont want this rebuffering on targets with little ram because the disk may never spin down */ -bool ata_fillbuffer_callback(void) +static bool ata_fillbuffer_callback(void) { queue_post(&audio_queue, Q_AUDIO_FILL_BUFFER_IF_ACTIVE_ATA, 0); return true; -- cgit v1.1