summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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);