From 6325ef978b2c26445721cae14028c3d429b63b3e Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 25 Jul 2010 22:24:53 +0000 Subject: codecs: mark some local variables with 'static' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27566 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/alac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/alac.c') diff --git a/apps/codecs/alac.c b/apps/codecs/alac.c index 0ac6b1ec80..ebcc657ed7 100644 --- a/apps/codecs/alac.c +++ b/apps/codecs/alac.c @@ -25,7 +25,7 @@ CODEC_HEADER -int32_t outputbuffer[ALAC_MAX_CHANNELS][ALAC_BLOCKSIZE] IBSS_ATTR; +static int32_t outputbuffer[ALAC_MAX_CHANNELS][ALAC_BLOCKSIZE] IBSS_ATTR; /* this is the codec entry point */ enum codec_status codec_main(void) -- cgit v1.2.3