Skip to content

Commit

Permalink
small cosmetic change; ref #3570
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Mar 30, 2017
1 parent 669b183 commit 952207d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/variable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 952207d

Please sign in to comment.