summaryrefslogtreecommitdiff
path: root/plugins/gme/game-music-emu-0.6pre/gme/ym2413.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gme/game-music-emu-0.6pre/gme/ym2413.c')
-rw-r--r--plugins/gme/game-music-emu-0.6pre/gme/ym2413.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gme/game-music-emu-0.6pre/gme/ym2413.c b/plugins/gme/game-music-emu-0.6pre/gme/ym2413.c
index edb7354b..28d6991f 100644
--- a/plugins/gme/game-music-emu-0.6pre/gme/ym2413.c
+++ b/plugins/gme/game-music-emu-0.6pre/gme/ym2413.c
@@ -43,7 +43,7 @@ to do:
#include <string.h>
#include "ym2413.h"
-#define INLINE __inline
+#define INLINE static __inline
#ifndef NULL
#define NULL ((void *)0)
#endif
@@ -2103,4 +2103,4 @@ void ym2413_set_mask(void *_chip, UINT32 mask)
YM2413 *chip = (YM2413 *)_chip;
chip->mask = mask;
-} \ No newline at end of file
+}