summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/devintrf.c2
-rw-r--r--src/emu/sndintrf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c
index e96fc65a6c7..906f63b1750 100644
--- a/src/emu/devintrf.c
+++ b/src/emu/devintrf.c
@@ -21,7 +21,7 @@
#define TEMP_STRING_POOL_ENTRIES 16
#define MAX_STRING_LENGTH 256
-// ->started states
+// ->started states
//
// Only 0 and 1 are externally visible in practice, making it a
// boolean //for external users
diff --git a/src/emu/sndintrf.c b/src/emu/sndintrf.c
index ae4073e8ace..038d588cdf0 100644
--- a/src/emu/sndintrf.c
+++ b/src/emu/sndintrf.c
@@ -131,7 +131,7 @@ int sndintrf_init_sound(running_machine *machine, int sndnum, const char *tag, s
index++;
info->index = index;
totalsnd++;
-
+
/* allocate the token */
tokenbytes = sndtype_get_info_int(sndtype, DEVINFO_INT_TOKEN_BYTES);
assert(tokenbytes != 0);