summaryrefslogtreecommitdiffstats
path: root/src/H5Ocont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ocont.c')
-rw-r--r--src/H5Ocont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ocont.c b/src/H5Ocont.c
index e62ca07..3030827 100644
--- a/src/H5Ocont.c
+++ b/src/H5Ocont.c
@@ -60,7 +60,7 @@ const H5O_class_t H5O_CONT[1] = {{
NULL, /* link method */
NULL, /*get share method */
NULL, /*set share method */
- H5O_cont_debug, /*debugging */
+ H5O_cont_debug /*debugging */
}};
/* Declare the free list for H5O_cont_t's */