diff --git a/src/include/h5core/h5_errorhandling.h b/src/include/h5core/h5_errorhandling.h index 996382c..639939f 100644 --- a/src/include/h5core/h5_errorhandling.h +++ b/src/include/h5core/h5_errorhandling.h @@ -232,8 +232,8 @@ h5_set_funcname ( #define H5_API_RETURN(retval) \ \ - goto exit; \ - exit: \ + goto done; \ + done: \ return retval; \ #endif