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 18bf6c0a50c..8a6e1014b68 100644
--- a/src/emu/memory.c
+++ b/src/emu/memory.c
@@ -3338,7 +3338,7 @@ void address_table::setup_range_solid(offs_t addrstart, offs_t addrend, offs_t a
// entry and requests to populate the address map with
// it. Handle non-overlapping subunits.
//-------------------------------------------------
-
+
namespace {
struct subrange {
offs_t start, end;