From a6ef33d66c49ef9c368273407b18fd6042811a1f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 6 Jan 2011 12:04:03 +0000 Subject: [PATCH] - label "exit" renamed to "done" (as in hdf5) --- src/include/h5core/h5_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/h5core/h5_core.h b/src/include/h5core/h5_core.h index 8cd8d9c..f929f8d 100644 --- a/src/include/h5core/h5_core.h +++ b/src/include/h5core/h5_core.h @@ -9,7 +9,7 @@ #define TRY2( func ) \ if ((int64_t)(ptrdiff_t)(func) <= (int64_t)H5_ERR) \ - goto exit; \ + goto done; \ #include "h5_types.h"