1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* id_table.c: fix typo. [ci skip][fix GH-1031] Patch @davydovanton

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-09-25 00:47:17 +00:00
parent 7419b76f89
commit 1bbe442f80
2 changed files with 5 additions and 1 deletions

View file

@ -696,7 +696,7 @@ list_id_table_delete(struct list_id_table *tbl, ID id)
list_delete_index(tbl, key, i); \
values = TABLE_VALUES(tbl); \
num = tbl->num; \
i--; /* redo smae index */ \
i--; /* redo same index */ \
break; \
} \
} while (0)