diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-06 17:20:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-06 17:20:18 (GMT) |
commit | 77b029074ed1bf582cf18ebe5651c0fd2c6452bc (patch) | |
tree | 7de5ceb185515653689412889f5a51f9136bce66 /test | |
parent | 7df3fa78910caf769e955b5d87a54eeae7aec21c (diff) | |
download | hdf5-77b029074ed1bf582cf18ebe5651c0fd2c6452bc.zip hdf5-77b029074ed1bf582cf18ebe5651c0fd2c6452bc.tar.gz hdf5-77b029074ed1bf582cf18ebe5651c0fd2c6452bc.tar.bz2 |
[svn-r9754] Purpose:
Small bug fix
Description:
Patch szip_can_encode() test routine to return a value for all code paths.
Platforms tested:
None - very, very minor
Diffstat (limited to 'test')
-rw-r--r-- | test/h5test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.c b/test/h5test.c index 4e025888..f8fb72a 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -851,5 +851,6 @@ int h5_szip_can_encode(void ) (H5Z_FILTER_CONFIG_ENCODE_ENABLED|H5Z_FILTER_CONFIG_DECODE_ENABLED)) { return 1; } + return(-1); } #endif /* H5_HAVE_FILTER_SZIP */ |