1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r13484: Add missing semi-colon.

(This used to be commit a78d94f539)
This commit is contained in:
James Peach 2006-02-13 04:29:42 +00:00 committed by Gerald (Jerry) Carter
parent 8fbdd112b2
commit 8d1b17f50e

View File

@ -76,7 +76,7 @@ static BOOL fam_check_notify(connection_struct * conn,
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 =
{