From fc62d6bf368c950e1e51bc42771cce8b299df42c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 17 Oct 1998 17:41:13 +0000 Subject: Small tidyups for gcc in 'preen' mode.... Jeremy. (This used to be commit 60dc1a4a00a22088d33369588b0d5eb292cf084a) --- source3/lib/replace.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source3/lib/replace.c') diff --git a/source3/lib/replace.c b/source3/lib/replace.c index 948dfdf9c8..a354458a68 100644 --- a/source3/lib/replace.c +++ b/source3/lib/replace.c @@ -23,9 +23,8 @@ extern int DEBUGLEVEL; - - void replace_dummy(void) -{} + void replace_dummy(void); + void replace_dummy(void) {} #ifndef HAVE_FTRUNCATE -- cgit