summaryrefslogtreecommitdiff
path: root/source3/lib/ufc.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-10-17 17:41:13 +0000
committerJeremy Allison <jra@samba.org>1998-10-17 17:41:13 +0000
commitfc62d6bf368c950e1e51bc42771cce8b299df42c (patch)
treedd94abd7d29279fe57050b702203538eaf345916 /source3/lib/ufc.c
parent676cac1e42ecbc30fe6ded64751163c1c33466d1 (diff)
downloadsamba-fc62d6bf368c950e1e51bc42771cce8b299df42c.tar.gz
samba-fc62d6bf368c950e1e51bc42771cce8b299df42c.tar.bz2
samba-fc62d6bf368c950e1e51bc42771cce8b299df42c.zip
Small tidyups for gcc in 'preen' mode....
Jeremy. (This used to be commit 60dc1a4a00a22088d33369588b0d5eb292cf084a)
Diffstat (limited to 'source3/lib/ufc.c')
-rw-r--r--source3/lib/ufc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/ufc.c b/source3/lib/ufc.c
index f464953498..86cb41a10c 100644
--- a/source3/lib/ufc.c
+++ b/source3/lib/ufc.c
@@ -778,6 +778,6 @@ static ufc_long *_ufc_doit(l1, l2, r1, r2, itr)
#else
- int ufc_dummy_procedure(void)
-{return 0;}
+ int ufc_dummy_procedure(void);
+ int ufc_dummy_procedure(void) {return 0;}
#endif