diff options
Diffstat (limited to 'src/H5F.c')
-rw-r--r-- | src/H5F.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"); |