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
This commit is contained in:
kazu 2010-12-10 02:42:06 +00:00
parent 9ea7e27d58
commit fe1f0df92b
5 changed files with 20 additions and 6 deletions

View file

@ -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 {