From e80acd41b8b6450c83a83fe37a47bc75a3d5d88c Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 10 Sep 2011 21:08:13 +0000 Subject: libgme: make local functions static, where possible git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30498 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libgme/hes_apu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libgme/hes_apu.c') diff --git a/apps/codecs/libgme/hes_apu.c b/apps/codecs/libgme/hes_apu.c index 054b164a9a..a9cd32c8aa 100644 --- a/apps/codecs/libgme/hes_apu.c +++ b/apps/codecs/libgme/hes_apu.c @@ -134,7 +134,7 @@ void Apu_osc_output( struct Hes_Apu* this, int i, struct Blip_Buffer* center, st balance_changed( this, o ); } -void run_osc( struct Hes_Osc* o, struct Blip_Synth* syn, blip_time_t end_time ) +static void run_osc( struct Hes_Osc* o, struct Blip_Synth* syn, blip_time_t end_time ) { int vol0 = o->volume [0]; int vol1 = o->volume [1]; -- cgit v1.2.3