summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 076fc2aaf8..12db73e086 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -468,7 +468,7 @@ enum {
RUBY_STACK_MIN_LIMIT),
RUBY_STACK_SPACE_LIMIT = 1024 * 1024,
RUBY_STACK_SPACE = (RUBY_STACK_MIN/5 > RUBY_STACK_SPACE_LIMIT ?
- RUBY_STACK_SPACE_LIMIT : RUBY_STACK_MIN/5),
+ RUBY_STACK_SPACE_LIMIT : RUBY_STACK_MIN/5)
};
static int