aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ahoy/emulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ahoy/emulator.c b/src/ahoy/emulator.c
index c66776f..8ecdc1b 100644
--- a/src/ahoy/emulator.c
+++ b/src/ahoy/emulator.c
@@ -47,7 +47,7 @@ emuinit(struct u8view prog, const char *fn)
filename = fn;
if (prog.len > MEM_FREE) {
- diex("%s: binary of size %.1f KiB exceeds %d B maximum", filename,
+ diex("%s: binary of size %.1f KiB exceeds %d B maximum", filename,
(double)prog.len / 1024, MEM_FREE);
}