From 76691030daa2f87c3b53d3c5b6d79d04cdac2a1b Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Tue, 25 Mar 2008 19:46:35 +0000 Subject: Oops, more red. That can't be static yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16803 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playback.c b/apps/playback.c index 92df2a4..421783e 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -163,7 +163,7 @@ enum { #define CODEC_IRAM_SIZE ((size_t)0xc000) #endif -static bool audio_is_initialized = false; +bool audio_is_initialized = false; static bool audio_thread_ready NOCACHEBSS_ATTR = false; /* Variables are commented with the threads that use them: * -- cgit v1.1