summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/depthch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/depthch.c')
-rw-r--r--src/mame/audio/depthch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/depthch.c b/src/mame/audio/depthch.c
index f63dd35e115..75ea5ead7f0 100644
--- a/src/mame/audio/depthch.c
+++ b/src/mame/audio/depthch.c
@@ -18,7 +18,7 @@
/* sample file names */
-static const char *depthch_sample_names[] =
+static const char *const depthch_sample_names[] =
{
"*depthch",
"longex.wav",
@@ -29,7 +29,7 @@ static const char *depthch_sample_names[] =
};
-static struct Samplesinterface depthch_samples_interface =
+static const struct Samplesinterface depthch_samples_interface =
{
4,
depthch_sample_names