aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/kmp_debug.cpp')
-rw-r--r--runtime/src/kmp_debug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/src/kmp_debug.cpp b/runtime/src/kmp_debug.cpp
index fc0cab8..b0da90a 100644
--- a/runtime/src/kmp_debug.cpp
+++ b/runtime/src/kmp_debug.cpp
@@ -49,8 +49,8 @@ int __kmp_debug_assert(char const *msg, char const *file, int line) {
char const *slash = strrchr(file, '/');
if (slash != NULL) {
file = slash + 1;
- }; // if
- }; // if
+ }
+ }
#ifdef KMP_DEBUG
__kmp_acquire_bootstrap_lock(&__kmp_stdio_lock);