aboutsummaryrefslogtreecommitdiffstats
path: root/xalloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'xalloca.c')
-rw-r--r--xalloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xalloca.c b/xalloca.c
index ce3285ee..769d70b9 100644
--- a/xalloca.c
+++ b/xalloca.c
@@ -40,7 +40,7 @@ int n;
p = (XALLOCATYPE *) alloca(n);
if (p == (XALLOCATYPE *) 0)
- report(stderr, PS_UNDEFINED, 0, "alloca failed");
+ report(stderr, PS_UNDEFINED, 0, "alloca failed\n");
return(p);
}