aboutsummaryrefslogtreecommitdiffstats
path: root/enumerator.c
diff options
context:
space:
mode:
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enumerator.c b/enumerator.c
index 20be5e858b..59e1633325 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -2283,7 +2283,7 @@ lazy_drop_while(VALUE obj)
static int
lazy_uniq_check(VALUE chain, VALUE memos, long memo_index)
{
- VALUE hash = rb_ary_entry(memos, memo_index);;
+ VALUE hash = rb_ary_entry(memos, memo_index);
if (NIL_P(hash)) {
hash = rb_obj_hide(rb_hash_new());