diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javavm/javavm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index fa5883ae3fa7..a41dde50f1ef 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -474,9 +474,9 @@ public: // current thread" calls to the JVM. if (CFRunLoopGetCurrent() != CFRunLoopGetMain()) #endif - if (m_jvm->DetachCurrentThread() != 0) { - OSL_ASSERT(false); - } + if (m_jvm->DetachCurrentThread() != 0) { + OSL_ASSERT(false); + } } DetachCurrentThread(const DetachCurrentThread&) = delete; |