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

@ -27,7 +27,7 @@ typedef struct iseq_link_element {
ISEQ_ELEMENT_NONE,
ISEQ_ELEMENT_LABEL,
ISEQ_ELEMENT_INSN,
ISEQ_ELEMENT_ADJUST,
ISEQ_ELEMENT_ADJUST
} type;
struct iseq_link_element *next;
struct iseq_link_element *prev;