Skip to content

Commit

Permalink
fix coding mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
flexih authored and flexih committed Jun 19, 2015
1 parent ea082cc commit c31a8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop/POPAnimationRuntime.mm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CFMutableDictionaryRef POPDictionaryCreateMutableWeakPointerToWeakPointer(NSUInt

// weak, pointer keys
kcb.retain = NULL;
kcb.retain = NULL;
kcb.release = NULL;
kcb.equal = pointerEqual;
kcb.hash = pointerHash;

Expand Down

0 comments on commit c31a8f2

Please sign in to comment.