summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5F.c b/src/H5F.c
index dcbea3c..ce48d6f 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -207,8 +207,8 @@ H5F_init_interface(void)
#ifdef HAVE_PARALLEL
if ((status=H5FD_MPIO)<0) goto end_registration;
#endif
- end_registration:
- } H5E_END_TRY;
+ end_registration: ;
+ } H5E_END_TRY;
if (status<0) {
HRETURN_ERROR(H5E_FILE, H5E_CANTINIT, FAIL,
"file driver registration failed");