summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/samples.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/samples.c')
-rw-r--r--src/emu/sound/samples.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/sound/samples.c b/src/emu/sound/samples.c
index 56b2b86be17..28aa3ea8f88 100644
--- a/src/emu/sound/samples.c
+++ b/src/emu/sound/samples.c
@@ -532,10 +532,10 @@ DEVICE_GET_INFO( samples )
case DEVINFO_FCT_RESET: /* Nothing */ break;
/* --- the following bits of info are returned as NULL-terminated strings --- */
- case DEVINFO_STR_NAME: strcpy(info->s, "Samples"); break;
- case DEVINFO_STR_FAMILY: strcpy(info->s, "Big Hack"); break;
- case DEVINFO_STR_VERSION: strcpy(info->s, "1.1"); break;
- case DEVINFO_STR_SOURCE_FILE: strcpy(info->s, __FILE__); break;
+ case DEVINFO_STR_NAME: strcpy(info->s, "Samples"); break;
+ case DEVINFO_STR_FAMILY: strcpy(info->s, "Big Hack"); break;
+ case DEVINFO_STR_VERSION: strcpy(info->s, "1.1"); break;
+ case DEVINFO_STR_SOURCE_FILE: strcpy(info->s, __FILE__); break;
case DEVINFO_STR_CREDITS: strcpy(info->s, "Copyright Nicola Salmoria and the MAME Team"); break;
}
}