mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
oops! Put the other bracket back in.
This commit is contained in:
parent
256700d57d
commit
f5f8f61e54
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ execute_xpath(xmlNodePtr node, NSString *xpath_exp, NSDictionary *constants,
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue