From 191c6b97c84a4680eb04ff42a4d420eac0d8d8e8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 1 Feb 1999 22:27:17 +0000 Subject: Return of the dancing progress dots. svn path=/trunk/; revision=2369 --- xalloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xalloca.c') 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); } -- cgit v1.2.3