summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/emu2413.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/emu2413.c')
-rw-r--r--apps/codecs/libgme/emu2413.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libgme/emu2413.c b/apps/codecs/libgme/emu2413.c
index 5def504cbd..e7acebc63f 100644
--- a/apps/codecs/libgme/emu2413.c
+++ b/apps/codecs/libgme/emu2413.c
@@ -1495,7 +1495,7 @@ OPLL_is_internal_muted(OPLL * opll)
1495 return opll->internal_mute; 1495 return opll->internal_mute;
1496} 1496}
1497 1497
1498e_uint32 1498static e_uint32
1499check_mute_helper(OPLL * opll) 1499check_mute_helper(OPLL * opll)
1500{ 1500{
1501 for (int i = 0; i < 6; i++) { 1501 for (int i = 0; i < 6; i++) {
@@ -1524,7 +1524,7 @@ check_mute_helper(OPLL * opll)
1524 return 1; /* nothing is playing, then mute */ 1524 return 1; /* nothing is playing, then mute */
1525} 1525}
1526 1526
1527void 1527static void
1528check_mute(OPLL * opll) 1528check_mute(OPLL * opll)
1529{ 1529{
1530 OPLL_set_internal_mute (opll, check_mute_helper (opll)); 1530 OPLL_set_internal_mute (opll, check_mute_helper (opll));