From 8775faaeafdb04c8fc390a822a4588a95c98e4b2 Mon Sep 17 00:00:00 2001 From: andersen Date: Mon, 19 Mar 2001 23:49:41 +0000 Subject: Another cleanup patch from Jeff Garzik git-svn-id: svn://busybox.net/trunk/busybox@2163 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/cmdedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/cmdedit.c b/shell/cmdedit.c index ffe7afab2..e317b86fa 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c @@ -113,7 +113,7 @@ void *xcalloc(size_t size, size_t se) } #define error_msg(s, d) fprintf(stderr, s, d) -#endif +#endif /* TEST */ struct history { -- cgit v1.2.3-55-g6feb