diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-24 20:36:10 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-24 20:36:10 (GMT) |
commit | bce204f7f3337424d99df0d6c18f701fc9727cb4 (patch) | |
tree | 59f0c23edf508fa0a9e528df84249ae0b6fd3ea5 | |
parent | c08ef4dc5b0050e173b673a8c2ef4efb8244ea11 (diff) | |
download | hdf5-bce204f7f3337424d99df0d6c18f701fc9727cb4.zip hdf5-bce204f7f3337424d99df0d6c18f701fc9727cb4.tar.gz hdf5-bce204f7f3337424d99df0d6c18f701fc9727cb4.tar.bz2 |
Fix typo
-rw-r--r-- | test/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin.c b/test/plugin.c index cc0c6b8..862f99d 100644 --- a/test/plugin.c +++ b/test/plugin.c @@ -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 |