small cosmetic change; ref #3570

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-03-30 17:10:44 +09:00
parent 669b18383d
commit 952207d243
+2 -1
View File
@@ -825,7 +825,8 @@ mrb_mod_cv_set(mrb_state *mrb, struct RClass *c, mrb_sym sym, mrb_value v)
mrb_intern_lit(mrb, "__attached__"));
c = mrb_class_ptr(klass);
}else{
}
else{
c = cls;
}