summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mcr.c')
-rw-r--r--src/mame/drivers/mcr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mcr.c b/src/mame/drivers/mcr.c
index 118dc5b4907..b2deb062e29 100644
--- a/src/mame/drivers/mcr.c
+++ b/src/mame/drivers/mcr.c
@@ -1478,14 +1478,14 @@ GFXDECODE_END
*
*************************************/
-static const char *journey_sample_names[] =
+static const char *const journey_sample_names[] =
{
"*journey",
"sepways.wav",
0
};
-static struct Samplesinterface journey_samples_interface =
+static const struct Samplesinterface journey_samples_interface =
{
1,
journey_sample_names