diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-09 11:03:28 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-09 11:03:28 +0200 |
commit | 2bf36d22d2c24ac3f488e63b35564fa2f6dab8d1 (patch) | |
tree | 61aac614d0c9291177407eb81e5086c18f349931 /tests/test_info.c | |
parent | Imported to git. (diff) | |
download | xz-2bf36d22d2c24ac3f488e63b35564fa2f6dab8d1.tar.xz |
Fixed the tests to build with -Werror.
Diffstat (limited to 'tests/test_info.c')
-rw-r--r-- | tests/test_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_info.c b/tests/test_info.c index e7899ef3..c073fafe 100644 --- a/tests/test_info.c +++ b/tests/test_info.c @@ -693,7 +693,7 @@ test9(void) int -main() +main(void) { lzma_init(); |