From 107e9fad317dec658438b43d0db34b21879efb02 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 26 Jan 2001 11:13:28 +0000 Subject: [PATCH] Quote error message. --- lib/xmalloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/xmalloc.c b/lib/xmalloc.c index e9cd47b..2f103d6 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -47,11 +47,11 @@ void free (); #endif #ifndef HAVE_DONE_WORKING_MALLOC_CHECK -you must run the autoconf test for a properly working malloc -- see malloc.m4 +"you must run the autoconf test for a properly working malloc -- see malloc.m4" #endif #ifndef HAVE_DONE_WORKING_REALLOC_CHECK -you must run the autoconf test for a properly working realloc -- see realloc.m4 +"you must run the autoconf test for a properly working realloc --see realloc.m4" #endif /* Exit value when the requested amount of memory is not available. -- 2.44.0