From a93f56a0699e32243efd8829db159ae947808530 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Fri, 6 Jul 2012 07:01:09 +0200 Subject: test: fix compile warning on test summary --- tests/summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/summary.c b/tests/summary.c index bd0c162430..27f7d4d061 100644 --- a/tests/summary.c +++ b/tests/summary.c @@ -2,7 +2,7 @@ void exit(int); -main() +int main() { #if !defined(HAVE_FCNTL_LOCK) printf("ERROR: No locking available. Running Samba would be unsafe\n"); -- cgit