summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-07-10 13:57:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-07-10 13:57:58 (GMT)
commita0aca32d35ae9159fecf91cbe76baf8cc0c141db (patch)
tree155facc0b653c20bab50e54d36c39500acc304ee /tools
parent8019ed0b59e9a363b9974922871366a720b45053 (diff)
downloadhdf5-a0aca32d35ae9159fecf91cbe76baf8cc0c141db.zip
hdf5-a0aca32d35ae9159fecf91cbe76baf8cc0c141db.tar.gz
hdf5-a0aca32d35ae9159fecf91cbe76baf8cc0c141db.tar.bz2
[svn-r22535] added missing break to end of case statement
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5tools_dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5tools_dump.c b/tools/lib/h5tools_dump.c
index 619a413..70d6c83 100644
--- a/tools/lib/h5tools_dump.c
+++ b/tools/lib/h5tools_dump.c
@@ -2181,6 +2181,7 @@ h5tools_print_datatype(FILE *stream, h5tools_str_t *buffer, const h5tool_format_
case H5T_CSET_RESERVED_14:
case H5T_CSET_RESERVED_15:
h5tools_str_append(buffer, "H5T_CSET_UNKNOWN;");
+ break;
case H5T_CSET_ERROR:
h5tools_str_append(buffer, "H5T_CSET_ERROR;");
break;