From c26ab37aca59da2fde7d96ab8528ac2b002a8192 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 4 Mar 2012 20:13:43 +0100 Subject: mikmod plugin: make functions static when possible Change-Id: Ic0102071318c55c19952029be6998ecf5f33eb98 --- apps/plugins/mikmod/mdriver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/mikmod/mdriver.c') 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) criticals). Returns the voice that the sound is being played on. */ -SBYTE Sample_Play_internal(SAMPLE *s,ULONG start,UBYTE flags) +static SBYTE Sample_Play_internal(SAMPLE *s,ULONG start,UBYTE flags) { int orig=sfxpool;/* for cases where all channels are critical */ int c; -- cgit v1.2.3