summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/memory.c')
-rw-r--r--src/emu/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/memory.c b/src/emu/memory.c
index 33ac74fa4fa..677b8f75ddc 100644
--- a/src/emu/memory.c
+++ b/src/emu/memory.c
@@ -736,7 +736,7 @@ static void address_map_detokenize(address_map *map, const addrmap_token *tokens
while (entrytype != ADDRMAP_TOKEN_END)
{
const char *tag;
-
+
/* unpack the token from the first entry */
TOKEN_GET_UINT32_UNPACK1(tokens, entrytype, 8);
switch (entrytype)