aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/kmp_i18n.h')
-rw-r--r--runtime/src/kmp_i18n.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/src/kmp_i18n.h b/runtime/src/kmp_i18n.h
index 08db951..d895ca2 100644
--- a/runtime/src/kmp_i18n.h
+++ b/runtime/src/kmp_i18n.h
@@ -159,7 +159,7 @@ KMP_NORETURN void __kmp_fatal(kmp_msg_t message, ...);
{ \
if (error) { \
KMP_SYSFAIL(func, error); \
- }; \
+ } \
}
// Check status, if not zero, generate fatal error message using errno.
@@ -168,7 +168,7 @@ KMP_NORETURN void __kmp_fatal(kmp_msg_t message, ...);
if (status != 0) { \
int error = errno; \
KMP_SYSFAIL(func, error); \
- }; \
+ } \
}
#ifdef KMP_DEBUG