From 849f0d0fd0394463e1dc2367a5fabeff5f973afb Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 19 Oct 2000 21:49:48 +0000 Subject: Fixed missing bracket on debug statement. (This used to be commit 9328bc7b8a7d43ef0da47413f314f9943ea98847) --- source3/lib/replace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/replace.c') diff --git a/source3/lib/replace.c b/source3/lib/replace.c index 8d91c2d785..bac0b7be9d 100644 --- a/source3/lib/replace.c +++ b/source3/lib/replace.c @@ -171,7 +171,7 @@ Corrections by richard.kettlewell@kewill.com char *gr; if((grouplst = (gid_t *)malloc(sizeof(gid_t) * max_gr)) == NULL) { - DEBUG(0,("initgroups: malloc fail !\n"); + DEBUG(0,("initgroups: malloc fail !\n")); return -1; } -- cgit