summaryrefslogtreecommitdiff
path: root/amiga.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga.c')
-rw-r--r--amiga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga.c b/amiga.c
index 73ed59a..8025483 100644
--- a/amiga.c
+++ b/amiga.c
@@ -42,7 +42,7 @@ MyExecute (char **argv)
buffer = AllocMem (len, MEMF_ANY);
if (!buffer)
- fatal (NILF, "MyExecute: Cannot allocate space for calling a command");
+ O (fatal, NILF, "MyExecute: Cannot allocate space for calling a command\n");
ptr = buffer;