aboutsummaryrefslogtreecommitdiff
path: root/tests/test_check.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2007-12-09 11:03:28 +0200
committerLasse Collin <lasse.collin@tukaani.org>2007-12-09 11:03:28 +0200
commit2bf36d22d2c24ac3f488e63b35564fa2f6dab8d1 (patch)
tree61aac614d0c9291177407eb81e5086c18f349931 /tests/test_check.c
parentImported to git. (diff)
downloadxz-2bf36d22d2c24ac3f488e63b35564fa2f6dab8d1.tar.xz
Fixed the tests to build with -Werror.
Diffstat (limited to 'tests/test_check.c')
-rw-r--r--tests/test_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_check.c b/tests/test_check.c
index 14df375a..cb6b8ec1 100644
--- a/tests/test_check.c
+++ b/tests/test_check.c
@@ -79,7 +79,7 @@ test_crc64(void)
int
-main()
+main(void)
{
bool error = false;