aboutsummaryrefslogtreecommitdiffstats
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 36fa73cd94..7f2aae4482 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -1490,7 +1490,7 @@ rb_thread_create_timer_thread(void)
# define TIMER_THREAD_STACK_MIN_SIZE PTHREAD_STACK_MIN
# endif
pthread_attr_setstacksize(&attr,
- TIMER_THREAD_STACK_MIN_SIZE + (THREAD_DEBUG ? BUFSIZ : 0);
+ TIMER_THREAD_STACK_MIN_SIZE + (THREAD_DEBUG ? BUFSIZ : 0));
}
# endif
#endif