From 479fe39c177b8c64dbf253b06eb991f03503ec3d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 7 May 2005 16:25:30 +0000 Subject: r6648: do not annoy make proto (This used to be commit 62a662dea928545d9585d6b79879a844d8044d50) --- source3/lib/talloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/talloc.c b/source3/lib/talloc.c index 4aeac5fef2..18fa04034b 100644 --- a/source3/lib/talloc.c +++ b/source3/lib/talloc.c @@ -1081,7 +1081,8 @@ void *talloc_autofree_context(void) return cleanup_context; } -size_t talloc_get_size(const void *context) { +size_t talloc_get_size(const void *context) +{ struct talloc_chunk *tc; if (context == NULL) -- cgit