summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/hes_apu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/hes_apu.c')
-rw-r--r--apps/codecs/libgme/hes_apu.c2
1 files changed, 1 insertions, 1 deletions
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
134 balance_changed( this, o ); 134 balance_changed( this, o );
135} 135}
136 136
137void run_osc( struct Hes_Osc* o, struct Blip_Synth* syn, blip_time_t end_time ) 137static void run_osc( struct Hes_Osc* o, struct Blip_Synth* syn, blip_time_t end_time )
138{ 138{
139 int vol0 = o->volume [0]; 139 int vol0 = o->volume [0];
140 int vol1 = o->volume [1]; 140 int vol1 = o->volume [1];