diff options
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index 746ddda..a0b6329 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -857,9 +857,9 @@ extern hbool_t H5_libinit_g; /*good thing C's lazy about extern! */ "interface initialization failed"); \ } \ } else if (interface_initialize_g<0) { \ + assert("interface is closing" && 0); \ HRETURN_ERROR(H5E_FUNC, H5E_CANTINIT, err, \ "interface is closing"); \ - assert("interface is closing" && 0); \ } \ \ /* Clear thread error stack entering public functions */ \ |