summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gomoku.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gomoku.c')
-rw-r--r--src/mame/drivers/gomoku.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gomoku.c b/src/mame/drivers/gomoku.c
index 90810432ec0..3dd82c425b7 100644
--- a/src/mame/drivers/gomoku.c
+++ b/src/mame/drivers/gomoku.c
@@ -160,7 +160,7 @@ static GFXDECODE_START( gomoku )
GFXDECODE_END
-static struct CustomSound_interface custom_interface =
+static const struct CustomSound_interface custom_interface =
{
gomoku_sh_start
};