summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/romload.cpp')
-rw-r--r--src/emu/romload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/romload.cpp b/src/emu/romload.cpp
index e158f7ea304..5d832fd2022 100644
--- a/src/emu/romload.cpp
+++ b/src/emu/romload.cpp
@@ -811,7 +811,7 @@ void rom_load_manager::fill_rom_data(const rom_entry *romp)
/* make sure the length was valid */
if (numbytes == 0)
fatalerror("Error in RomModule definition: FILL has an invalid length\n");
-
+
/* fill the data (filling value is stored in place of the hashdata) */
if(skip != 0)
{