summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5Dbtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dbtree.c b/src/H5Dbtree.c
index b201023..9676ab2 100644
--- a/src/H5Dbtree.c
+++ b/src/H5Dbtree.c
@@ -1471,7 +1471,7 @@ H5D_btree_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE * stream, int indent
/* Reset "fake" storage info */
HDmemset(&storage, 0, sizeof(storage));
- storage.idx_type = H5D_CHUNK_BTREE;
+ storage.idx_type = H5D_CHUNK_IDX_BTREE;
/* Allocate the shared structure */
if(H5D_btree_shared_create(f, &storage, ndims) < 0)