From 7c6056b352e35c5b12521b35ba193e13f75500be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Wed, 1 Jun 2011 10:28:26 +0000 Subject: FS#12140 by Sean Bartell, Make various codec stuff static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29942 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtta/ttadec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libtta') diff --git a/apps/codecs/libtta/ttadec.c b/apps/codecs/libtta/ttadec.c index 130cff8b41..aaefe736b9 100644 --- a/apps/codecs/libtta/ttadec.c +++ b/apps/codecs/libtta/ttadec.c @@ -53,7 +53,7 @@ static decoder tta[MAX_NCH] IBSS_ATTR; /* decoder state */ /* Rockbox speciffic: cache is defined in get_samples() (non static value) */ /* static int cache[MAX_NCH]; // decoder cache */ -tta_info *ttainfo IBSS_ATTR; /* currently playing file info */ +static tta_info *ttainfo IBSS_ATTR; /* currently playing file info */ static unsigned int fframes IBSS_ATTR; /* number of frames in file */ static unsigned int framelen IBSS_ATTR; /* the frame length in samples */ -- cgit v1.2.3