aboutsummaryrefslogtreecommitdiffstats
path: root/constant.h
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-10 02:42:06 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-10 02:42:06 +0000
commitfe1f0df92b87357c5592cb1ecafd50f9ef40ce4c (patch)
treecee7a8a1410942d38c186c671b64d66a89e3ed60 /constant.h
parent9ea7e27d582990f7628f071a676b6f325e12f7a4 (diff)
downloadruby-fe1f0df92b87357c5592cb1ecafd50f9ef40ce4c.tar.gz
remove a comma at end of enumerator list.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'constant.h')
-rw-r--r--constant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/constant.h b/constant.h
index d347ea19f5..ad9ef5a065 100644
--- a/constant.h
+++ b/constant.h
@@ -13,7 +13,7 @@
typedef enum {
CONST_PUBLIC = 0x00,
- CONST_PRIVATE = 0x01,
+ CONST_PRIVATE = 0x01
} rb_const_flag_t;
typedef struct rb_const_entry_struct {