summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/OS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp
index 8765dde0f39..f4c3ea7d871 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -706,8 +706,8 @@ ACE_OS::thr_create (ACE_THR_FUNC func,
#endif /* ACE_HAS_SETKIND_NP */
return -1;
}
- }
#endif /* !ACE_LACKS_THREAD_STACK_SIZE */
+ }
#if !defined (ACE_LACKS_THREAD_STACK_ADDR)
if (stack != 0)