1
0
Fork 0
forked from len0rd/rockbox

Properly allocating the temporary buffer.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9257 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2006-03-26 12:49:19 +00:00
parent 7c4e0c8730
commit a93e59152a

View file

@ -31,9 +31,7 @@
#include "splash.h"
#include "lang.h"
#include "tagcache.h"
/* External reference to the big audiobuffer. */
extern char *audiobuf, *audiobufend;
#include "buffer.h"
/* Tag Cache thread. */
static struct event_queue tagcache_queue;