summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/atahle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/atahle.c')
-rw-r--r--src/emu/machine/atahle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/atahle.c b/src/emu/machine/atahle.c
index d94eb4fe4ea..6632b3753ee 100644
--- a/src/emu/machine/atahle.c
+++ b/src/emu/machine/atahle.c
@@ -239,7 +239,7 @@ bool ata_hle_device::set_dma_mode(int word)
m_identify_buffer[word] |= 0x100 << (m_sector_count & 7);
return true;
}
-
+
return false;
}