aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/kmp_io.cpp')
-rw-r--r--runtime/src/kmp_io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/kmp_io.cpp b/runtime/src/kmp_io.cpp
index 61ac1ca..609dd18 100644
--- a/runtime/src/kmp_io.cpp
+++ b/runtime/src/kmp_io.cpp
@@ -66,7 +66,7 @@ static int is_console(void) {
err = GetLastError();
// err == 0 means buffer too short (we suppose console exists).
// In Window applications we usually have err == 6 (invalid handle).
- }; // if
+ }
return rc > 0 || err == 0;
}