summaryrefslogtreecommitdiffstats
path: root/src/H5Olayout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Olayout.c')
-rw-r--r--src/H5Olayout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Olayout.c b/src/H5Olayout.c
index fb0a4b8..7ef0c4b 100644
--- a/src/H5Olayout.c
+++ b/src/H5Olayout.c
@@ -965,6 +965,7 @@ H5O_layout_debug(H5F_t UNUSED *f, hid_t UNUSED dxpl_id, const void *_mesg,
"Index Type:", "v2 B-tree");
break;
+ case H5D_CHUNK_IDX_NTYPES:
default:
HDfprintf(stream, "%*s%-*s %s (%u)\n", indent, "", fwidth,
"Index Type:", "Unknown", (unsigned)mesg->u.chunk.idx_type);