From 0e7d50eaa3d75b0093d44e7e632315ec70ceddcf Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 11 Apr 1997 15:40:01 +0000 Subject: [PATCH] Bug fixes. Robot file parsing. --- lib/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/alloc.c b/lib/alloc.c index 65594669..c72851ee 100644 --- a/lib/alloc.c +++ b/lib/alloc.c @@ -14,6 +14,6 @@ xmalloc(uns size) { void *x = malloc(size); if (!x) - die("Cannot allocate %d bytes of memory", size); + die("Cannot allocate %d bytes of memory", size); return x; } -- 2.39.5