mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20127 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cfe2887dfc
commit
c11628ed31
1 changed files with 1 additions and 1 deletions
|
@ -3699,7 +3699,7 @@ fatalErrorFunction(void *ctx, const unsigned char *msg, ...)
|
|||
(int)index);
|
||||
n = [GSXMLNode alloc];
|
||||
n = [n _initFrom: node parent: self];
|
||||
return AUTORELEASE(m);
|
||||
return AUTORELEASE(n);
|
||||
}
|
||||
}
|
||||
- (NSString *) description
|
||||
|
|
Loading…
Reference in a new issue