diff options
author | Björn Jacke <bj@sernet.de> | 2012-07-06 07:01:09 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2012-07-12 12:47:29 +0200 |
commit | a93f56a0699e32243efd8829db159ae947808530 (patch) | |
tree | 8bffa1f7f413f7cfba81812d06e02580893a1aa2 /tests | |
parent | 2cc38ac4133bddf2b99137bc3b78e244b2e7ccfc (diff) | |
download | samba-a93f56a0699e32243efd8829db159ae947808530.tar.gz |
test: fix compile warning on test summary
Diffstat (limited to 'tests')
-rw-r--r-- | tests/summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |