summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2012-07-06 07:01:09 +0200
committerBjörn Jacke <bj@sernet.de>2012-07-12 12:47:29 +0200
commita93f56a0699e32243efd8829db159ae947808530 (patch)
tree8bffa1f7f413f7cfba81812d06e02580893a1aa2 /tests
parent2cc38ac4133bddf2b99137bc3b78e244b2e7ccfc (diff)
downloadsamba-a93f56a0699e32243efd8829db159ae947808530.tar.gz
samba-a93f56a0699e32243efd8829db159ae947808530.tar.bz2
samba-a93f56a0699e32243efd8829db159ae947808530.zip
test: fix compile warning on test summary
Diffstat (limited to 'tests')
-rw-r--r--tests/summary.c2
1 files changed, 1 insertions, 1 deletions
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");