Fix typo in test function

main
Niels Grewe 10 years ago
parent 20c2d78661
commit a6e65cea04

@ -165,7 +165,7 @@ IMP forward(id o, SEL s)
}
static struct objc_slot slot;
struct objc_slot *forwardslot(id o, SEL s)
struct objc_slot *forward_slot(id o, SEL s)
{
slot.method = (IMP)fwd;
return &slot;

Loading…
Cancel
Save