summaryrefslogtreecommitdiffstats
path: root/src/H5Groot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Groot.c')
-rw-r--r--src/H5Groot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Groot.c b/src/H5Groot.c
index ee30956..a96bd45 100644
--- a/src/H5Groot.c
+++ b/src/H5Groot.c
@@ -140,7 +140,7 @@ H5G_mkroot(H5F_t *f, hbool_t create_root)
/* Check if the root group is already initialized */
if (f->shared->root_grp)
- HGOTO_DONE(SUCCEED)
+ HGOTO_DONE(SUCCEED);
/* Create information needed for group nodes */
if (H5G__node_init(f) < 0)