summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/kss_scc_apu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/kss_scc_apu.h')
-rw-r--r--apps/codecs/libgme/kss_scc_apu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/kss_scc_apu.h b/apps/codecs/libgme/kss_scc_apu.h
index bb20d1d64a..a6962469ac 100644
--- a/apps/codecs/libgme/kss_scc_apu.h
+++ b/apps/codecs/libgme/kss_scc_apu.h
@@ -34,7 +34,7 @@ void Scc_reset( struct Scc_Apu* this );
34 34
35// Set overall volume, where 1.0 is normal 35// Set overall volume, where 1.0 is normal
36void Scc_volume( struct Scc_Apu* this, int v ); 36void Scc_volume( struct Scc_Apu* this, int v );
37 37
38static inline void Scc_set_output( struct Scc_Apu* this, int index, struct Blip_Buffer* b ) 38static inline void Scc_set_output( struct Scc_Apu* this, int index, struct Blip_Buffer* b )
39{ 39{
40 assert( (unsigned) index < scc_osc_count ); 40 assert( (unsigned) index < scc_osc_count );