summaryrefslogtreecommitdiff
path: root/apps/plugins/mikmod/mdriver.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2012-03-04 20:13:43 +0100
committerBertrik Sikken <bertrik@sikken.nl>2012-04-14 17:31:14 +0200
commitc26ab37aca59da2fde7d96ab8528ac2b002a8192 (patch)
tree49c977c9f8662a20b99769c9c0cb7b5fd5fb3645 /apps/plugins/mikmod/mdriver.c
parentcf1e54b21edc9f68e65694249f0b8c61b3e515c1 (diff)
downloadrockbox-c26ab37aca59da2fde7d96ab8528ac2b002a8192.tar.gz
rockbox-c26ab37aca59da2fde7d96ab8528ac2b002a8192.zip
mikmod plugin: make functions static when possible
Change-Id: Ic0102071318c55c19952029be6998ecf5f33eb98
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;