Skip to content

Commit

Permalink
oops! Put the other bracket back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
sensetalkdoug authored May 14, 2024
1 parent 256700d commit f5f8f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NSXMLNode.m
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ - (void) _invalidate
NSString *message = [NSString stringWithFormat:@"Error: unable to evaluate xpath expression \"%s\" (%d)", xpathExpr, xmlError.code];
*error = [NSError errorWithDomain: @"LibXMLErrorDomain"
code: xmlError.code
userInfo: [NSDictionary dictionaryWithObject:message forKey:NSLocalizedDescriptionKey];
userInfo: [NSDictionary dictionaryWithObject:message forKey:NSLocalizedDescriptionKey]];
}
xmlXPathFreeContext(xpathCtx);
return nil;
Expand Down

0 comments on commit f5f8f61

Please sign in to comment.