svn commit: samba r6649 - in trunk/source/lib: .

idra at samba.org idra at samba.org
Sat May 7 16:26:17 GMT 2005


Author: idra
Date: 2005-05-07 16:26:17 +0000 (Sat, 07 May 2005)
New Revision: 6649

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6649

Log:

follow 3.0


Modified:
   trunk/source/lib/talloc.c


Changeset:
Modified: trunk/source/lib/talloc.c
===================================================================
--- trunk/source/lib/talloc.c	2005-05-07 16:25:30 UTC (rev 6648)
+++ trunk/source/lib/talloc.c	2005-05-07 16:26:17 UTC (rev 6649)
@@ -1081,7 +1081,8 @@
 	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)



More information about the samba-cvs mailing list