summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index a62c462..8db118b 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -149,10 +149,10 @@ H5_DLLVAR hid_t H5E_ERR_CLS_g;
* And goto a label after pushing error onto stack.
*/
#define H5Epush_goto(func, cls, maj, min, str, label) \
- { \
+ do { \
H5Epush2(H5E_DEFAULT, __FILE__, func, __LINE__, cls, maj, min, str); \
goto label; \
- }
+ } while (0)
/**
* Error stack traversal direction