summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/romload.c')
-rw-r--r--src/emu/romload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/romload.c b/src/emu/romload.c
index 0dea5f9ce4a..b53918c3866 100644
--- a/src/emu/romload.c
+++ b/src/emu/romload.c
@@ -977,7 +977,7 @@ static void process_disk_entries(rom_load_data *romdata, const char *regiontag,
open_chd chd = { 0 };
chd_header header;
chd_error err;
-
+
/* note the region we are in */
chd.region = regiontag;