summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-11-16 15:01:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-11-16 15:01:55 (GMT)
commitc3da7ac06fefe2a4f58d375391447197d6bdbdf1 (patch)
tree6f10874a7d3401e1bfbb23b36388195c63d89962 /src
parentd401d5bd10312bb1f14d3ab38e375ace8f33fdec (diff)
downloadhdf5-c3da7ac06fefe2a4f58d375391447197d6bdbdf1.zip
hdf5-c3da7ac06fefe2a4f58d375391447197d6bdbdf1.tar.gz
hdf5-c3da7ac06fefe2a4f58d375391447197d6bdbdf1.tar.bz2
HDFFV-10328 - fix typo
Diffstat (limited to 'src')
-rw-r--r--src/H5Z.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Z.c b/src/H5Z.c
index 0cab303..2e7691f 100644
--- a/src/H5Z.c
+++ b/src/H5Z.c
@@ -324,7 +324,7 @@ H5Z_register (const H5Z_class2_t *cls)
} /* end if */
/* Filter already registered */
else {
- H5Z_class2_t *old_cls = (H5Z_class2_t *)(H5Z_table_g+i)
+ H5Z_class2_t *old_cls = (H5Z_class2_t *)(H5Z_table_g+i);
/* deallocate plugin info name */
if (old_cls->name)
old_cls->name = (char *)H5MM_xfree(old_cls->name);