svn commit: samba r6648 - in branches/SAMBA_3_0/source/lib: .

idra at samba.org idra at samba.org
Sat May 7 16:25:30 GMT 2005


Author: idra
Date: 2005-05-07 16:25:30 +0000 (Sat, 07 May 2005)
New Revision: 6648

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

Log:

do not annoy make proto


Modified:
   branches/SAMBA_3_0/source/lib/talloc.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/talloc.c
===================================================================
--- branches/SAMBA_3_0/source/lib/talloc.c	2005-05-07 16:07:54 UTC (rev 6647)
+++ branches/SAMBA_3_0/source/lib/talloc.c	2005-05-07 16:25:30 UTC (rev 6648)
@@ -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