summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-12 05:00:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-12 05:00:47 +0000
commita7d63dfd2872cc0e80cb1d698d15778744fc58c7 (patch)
tree1fe1026e164fefae848d5a88cb36bf63d69bcffa /thread_pthread.c
parent1d4183030db5824e745a901d625ad93af9ff2ec3 (diff)
* thread_pthread.c: removed last comma of enum.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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