summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80dma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/z80dma.cpp')
-rw-r--r--src/devices/machine/z80dma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z80dma.cpp b/src/devices/machine/z80dma.cpp
index 578503aff35..534546d47d6 100644
--- a/src/devices/machine/z80dma.cpp
+++ b/src/devices/machine/z80dma.cpp
@@ -262,7 +262,7 @@ int z80dma_device::z80daisy_irq_ack()
else
{
LOGINT("z80dma_irq_ack: failed to find an interrupt to ack!\n");
- return 0;
+ return 0;
}
}