summaryrefslogtreecommitdiffstats
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
commit79bc4d01fdc27880f9e085b15c7239e1f360f5c1 (patch)
tree1fe1026e164fefae848d5a88cb36bf63d69bcffa /thread_pthread.c
parente407f42fb8e99b3e1f6b0f360452b3f8128ae976 (diff)
downloadruby-79bc4d01fdc27880f9e085b15c7239e1f360f5c1.tar.gz
ruby-79bc4d01fdc27880f9e085b15c7239e1f360f5c1.tar.xz
ruby-79bc4d01fdc27880f9e085b15c7239e1f360f5c1.zip
* thread_pthread.c: removed last comma of enum.
git-svn-id: http://svn.ruby-lang.org/repos/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 076fc2aaf..12db73e08 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