Skip to content

Commit

Permalink
CB-9247 - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jun 25, 2015
1 parent 63110ea commit 1e607dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/CDVCamera.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Licensed to the Apache Software Foundation (ASF) under one
if ([data respondsToSelector:s1]) {
NSString* (*func)(id, SEL) = (void *)[data methodForSelector:s1];
return func(data, s1);
} else if ([data respondsToSelector:s1]) {
} else if ([data respondsToSelector:s2]) {
NSString* (*func)(id, SEL) = (void *)[data methodForSelector:s2];
return func(data, s2);
} else if ([data respondsToSelector:s3]) {
Expand Down

0 comments on commit 1e607dd

Please sign in to comment.