summaryrefslogtreecommitdiff
path: root/apps/plugins/mikmod/mdriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mikmod/mdriver.c')
-rw-r--r--apps/plugins/mikmod/mdriver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mikmod/mdriver.c b/apps/plugins/mikmod/mdriver.c
index e11d32539b..2e8e9b5e41 100644
--- a/apps/plugins/mikmod/mdriver.c
+++ b/apps/plugins/mikmod/mdriver.c
@@ -765,7 +765,7 @@ MIKMODAPI int MikMod_Active(void)
765 criticals). 765 criticals).
766 766
767 Returns the voice that the sound is being played on. */ 767 Returns the voice that the sound is being played on. */
768SBYTE Sample_Play_internal(SAMPLE *s,ULONG start,UBYTE flags) 768static SBYTE Sample_Play_internal(SAMPLE *s,ULONG start,UBYTE flags)
769{ 769{
770 int orig=sfxpool;/* for cases where all channels are critical */ 770 int orig=sfxpool;/* for cases where all channels are critical */
771 int c; 771 int c;