summaryrefslogtreecommitdiffstats
path: root/src/H5Olayout.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-04-07 19:16:25 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-04-07 19:16:25 (GMT)
commit4662835250ea71afff2ccffac5e5311a215229b7 (patch)
tree3ad71f992eb3079a2a8a8ec2b9bd5331ff92d500 /src/H5Olayout.c
parentdd32c639c6ac8b688ae2a3cefdf7f1e42de770cc (diff)
downloadhdf5-4662835250ea71afff2ccffac5e5311a215229b7.zip
hdf5-4662835250ea71afff2ccffac5e5311a215229b7.tar.gz
hdf5-4662835250ea71afff2ccffac5e5311a215229b7.tar.bz2
[svn-r26757] Description:
Minor typos & code cleanups Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (Too minor to require h5committest)
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 816242f..d58ad61 100644
--- a/src/H5Olayout.c
+++ b/src/H5Olayout.c
@@ -722,6 +722,7 @@ H5O_layout_debug(H5F_t UNUSED *f, hid_t UNUSED dxpl_id, const void *_mesg,
"B-tree address:", mesg->storage.u.chunk.idx_addr);
break;
+ case H5D_CHUNK_IDX_NTYPES:
default:
HDfprintf(stream, "%*s%-*s %s (%u)\n", indent, "", fwidth,
"Index Type:", "Unknown", (unsigned)mesg->storage.u.chunk.idx_type);