Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a copy-paste fail.
  • Loading branch information
jnthn committed Nov 24, 2011
1 parent ceaf986 commit 003586e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/6model/reprs/CStruct.c
Expand Up @@ -532,7 +532,7 @@ REPROps * CStruct_initialize(PARROT_INTERP,
this_repr->initialize = initialize;
this_repr->copy_to = copy_to;
this_repr->get_attribute_boxed = get_attribute_boxed;
this_repr->get_attribute_boxed = get_attribute_boxed;
this_repr->get_attribute_ref = get_attribute_ref;
this_repr->bind_attribute_boxed = bind_attribute_boxed;
this_repr->bind_attribute_ref = bind_attribute_ref;
this_repr->hint_for = hint_for;
Expand Down

0 comments on commit 003586e

Please sign in to comment.