From a93f56a0699e32243efd8829db159ae947808530 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Fri, 6 Jul 2012 07:01:09 +0200 Subject: [PATCH] test: fix compile warning on test summary --- tests/summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/summary.c b/tests/summary.c index bd0c1624306..27f7d4d0619 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"); -- 2.34.1