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/tms36xx.c | |
parent | 6763b10bf005f0bcd1ba23e440d652b31dcac447 (diff) |
Results of running the latest srcclean.
Diffstat (limited to 'src/emu/sound/tms36xx.c')
-rw-r--r-- | src/emu/sound/tms36xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/tms36xx.c b/src/emu/sound/tms36xx.c index 7679a97ea7a..2846c9cbef0 100644 --- a/src/emu/sound/tms36xx.c +++ b/src/emu/sound/tms36xx.c @@ -538,7 +538,7 @@ DEVICE_GET_INFO( tms36xx ) switch (state) { /* --- the following bits of info are returned as 64-bit signed integers --- */ - case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(tms_state); break; + case DEVINFO_INT_TOKEN_BYTES: info->i = sizeof(tms_state); break; /* --- the following bits of info are returned as pointers to data or functions --- */ case DEVINFO_FCT_START: info->start = DEVICE_START_NAME( tms36xx ); break; |