You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-fi...

15 lines
560 B

diff --git a/src/dosext/sound/sound.c b/src/dosext/sound/sound.c
index f33f78f..f429362 100644
--- a/src/dosext/sound/sound.c
+++ b/src/dosext/sound/sound.c
@@ -173,3 +173,3 @@ void sb_cms_write (ioport_t port, Bit8u value);
-inline void sb_mixer_register_write (Bit8u value);
+static inline void sb_mixer_register_write (Bit8u value);
void sb_mixer_data_write (Bit8u value);
@@ -840,3 +840,3 @@ void sb_cms_write (ioport_t port, Bit8u value)
-inline void sb_mixer_register_write (Bit8u value)
+static inline void sb_mixer_register_write (Bit8u value)
{