summaryrefslogtreecommitdiffstats
path: root/tools/misc/h5debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/misc/h5debug.c')
-rw-r--r--tools/misc/h5debug.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/misc/h5debug.c b/tools/misc/h5debug.c
index c79a5b6..27e9741 100644
--- a/tools/misc/h5debug.c
+++ b/tools/misc/h5debug.c
@@ -87,19 +87,19 @@ get_H5B2_class(const uint8_t *sig)
break;
case H5B2_FHEAP_HUGE_INDIR_ID:
- cls = H5HF_BT2_INDIR;
+ cls = H5HF_HUGE_BT2_INDIR;
break;
case H5B2_FHEAP_HUGE_FILT_INDIR_ID:
- cls = H5HF_BT2_FILT_INDIR;
+ cls = H5HF_HUGE_BT2_FILT_INDIR;
break;
case H5B2_FHEAP_HUGE_DIR_ID:
- cls = H5HF_BT2_DIR;
+ cls = H5HF_HUGE_BT2_DIR;
break;
case H5B2_FHEAP_HUGE_FILT_DIR_ID:
- cls = H5HF_BT2_FILT_DIR;
+ cls = H5HF_HUGE_BT2_FILT_DIR;
break;
case H5B2_GRP_DENSE_NAME_ID: