mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
Fix typo
This commit is contained in:
parent
c08ef4dc5b
commit
bce204f7f3
@ -885,7 +885,7 @@ test_filter_path_apis(void)
|
||||
|
||||
/* Verify the table is full */
|
||||
H5PLsize(&ndx);
|
||||
if(ndx) != H5PL_MAX_PATH_NUM) TEST_ERROR
|
||||
if(ndx != H5PL_MAX_PATH_NUM) TEST_ERROR
|
||||
|
||||
/* Verify that the entries were not moved */
|
||||
if(H5PLget(0, pathname, 256) <= 0) TEST_ERROR
|
||||
|
Loading…
x
Reference in New Issue
Block a user