summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apollo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/apollo.c')
-rw-r--r--src/mame/machine/apollo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/apollo.c b/src/mame/machine/apollo.c
index 90a8bbaa6e6..3a02c7dab1f 100644
--- a/src/mame/machine/apollo.c
+++ b/src/mame/machine/apollo.c
@@ -970,7 +970,7 @@ bool apollo_ni::call_load()
CLOG1(("apollo_ni::call_load: %s", filename()));
UINT64 size = length();
- if (size != 32)
+ if (size != 32)
{
CLOG(("apollo_ni::call_load: %s has unexpected file size %" I64FMT "d", filename(), size));
}