summaryrefslogtreecommitdiff
path: root/amiga.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga.c')
-rw-r--r--amiga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga.c b/amiga.c
index 73ed59a..1ef949c 100644
--- a/amiga.c
+++ b/amiga.c
@@ -1,5 +1,5 @@
/* Running commands on Amiga
-Copyright (C) 1995-2013 Free Software Foundation, Inc.
+Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify it under the
@@ -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;