summaryrefslogtreecommitdiff
path: root/amiga.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1998-10-03 05:39:55 +0000
committerPaul Smith <psmith@gnu.org>1998-10-03 05:39:55 +0000
commit1e5a440ef415b423755f90fff8176e19bb9eac64 (patch)
tree4603a4b4e5ec9a6366e02f5ece9b6f6e9371084c /amiga.c
parent04eac7d54620ca1bd161911053eb9233b4dd97a0 (diff)
downloadmake-1e5a440ef415b423755f90fff8176e19bb9eac64.tar.gz
Checkpoint changes. Bug fixes, mostly.
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 a1637817..d0e4ff50 100644
--- a/amiga.c
+++ b/amiga.c
@@ -45,7 +45,7 @@ char ** argv;
buffer = AllocMem (len, MEMF_ANY);
if (!buffer)
- fatal ("MyExecute: Cannot allocate space for calling a command");
+ fatal (NILF, "MyExecute: Cannot allocate space for calling a command");
ptr = buffer;