From f6eeeca9b06a2870592c525d582317cc7eb872e5 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 21 Jan 2011 10:21:37 +0000 Subject: [PATCH] label in macro H5_API_RETURN renamed --- src/include/h5core/h5_errorhandling.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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