svn commit: samba r13484 - in branches/SAMBA_3_0/source/smbd: .

jpeach at samba.org jpeach at samba.org
Mon Feb 13 04:29:42 GMT 2006


Author: jpeach
Date: 2006-02-13 04:29:42 +0000 (Mon, 13 Feb 2006)
New Revision: 13484

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

Log:
Add missing semi-colon.

Modified:
   branches/SAMBA_3_0/source/smbd/notify_fam.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/notify_fam.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/notify_fam.c	2006-02-13 04:10:31 UTC (rev 13483)
+++ branches/SAMBA_3_0/source/smbd/notify_fam.c	2006-02-13 04:29:42 UTC (rev 13484)
@@ -76,7 +76,7 @@
 		 void *			data,
 		 time_t			when);
 
-static void fam_remove_notify(void * data)
+static void fam_remove_notify(void * data);
 
 static struct cnotify_fns global_fam_notify =
 {



More information about the samba-cvs mailing list