Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
krukow committed Oct 24, 2014
1 parent 8d7b7ac commit 78cbe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calabash/Classes/UISpec/UIScriptASTWith.m
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ - (NSMutableArray *) evalWith:(NSArray *) views direction:(UIScriptASTDirectionT
const char *trimmedType = [[returnType substringToIndex:1]
cStringUsingEncoding:NSASCIIStringEncoding];
BOOL boolReturnType = ('B' == *trimmedType);
BOOL objectReturnType = ('*' == *trimmedType);
BOOL objectReturnType = ('@' == *trimmedType);

void *val = nil;
if (boolReturnType) {
Expand Down

0 comments on commit 78cbe0f

Please sign in to comment.