diff options
Diffstat (limited to 'src/H5O.c')
-rw-r--r-- | src/H5O.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -908,7 +908,7 @@ H5O_count (H5G_entry_t *ent, const H5O_class_t *type) ret_value=acc; done: - FUNC_LEAVE (acc); + FUNC_LEAVE (ret_value); } |