summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2612intf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/2612intf.c')
-rw-r--r--src/emu/sound/2612intf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/2612intf.c b/src/emu/sound/2612intf.c
index be1e6db2d75..313c9f7ba48 100644
--- a/src/emu/sound/2612intf.c
+++ b/src/emu/sound/2612intf.c
@@ -196,7 +196,7 @@ DEVICE_GET_INFO( ym3438 )
{
/* --- the following bits of info are returned as NULL-terminated strings --- */
case DEVINFO_STR_NAME: strcpy(info->s, "YM3438"); break;
-
+
default: DEVICE_GET_INFO_CALL(ym2612); break;
}
}