[svn-r9753] 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
This commit is contained in:
Quincey Koziol 2005-01-06 12:20:14 -05:00
parent 2198c67ab7
commit 03edfaa6e9

View File

@ -844,5 +844,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 */