summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/sn76477.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/sn76477.c')
-rw-r--r--src/emu/sound/sn76477.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/sn76477.c b/src/emu/sound/sn76477.c
index 34db6ea018e..a9a25eac9f3 100644
--- a/src/emu/sound/sn76477.c
+++ b/src/emu/sound/sn76477.c
@@ -643,7 +643,7 @@ static double compute_center_to_peak_voltage_out(struct SN76477 *sn)
static void log_enable_line(struct SN76477 *sn)
{
#if VERBOSE
- static const char *desc[] =
+ static const char *const desc[] =
{
"Enabled", "Inhibited"
};