diff options
author | 2009-12-28 09:04:00 +0000 | |
---|---|---|
committer | 2009-12-28 09:04:00 +0000 | |
commit | bd24fb23c10ca9fbf63e2191dc8e58a87b83b325 (patch) | |
tree | 5ba5c3cffeb38fb8f492e030130268c4bcbafb4d /src/emu/sound/samples.c | |
parent | 6763b10bf005f0bcd1ba23e440d652b31dcac447 (diff) |
Results of running the latest srcclean.
Diffstat (limited to 'src/emu/sound/samples.c')
-rw-r--r-- | src/emu/sound/samples.c | 8 |
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; } } |