summaryrefslogtreecommitdiff
path: root/source3/lib/replace.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/replace.c')
-rw-r--r--source3/lib/replace.c2
1 files changed, 1 insertions, 1 deletions
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;
}