mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixed corruption in comment pointed out by David Ayers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19371 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cd488ad156
commit
439dfdeeda
1 changed files with 1 additions and 1 deletions
|
@ -3509,7 +3509,7 @@ fatalErrorFunction(void *ctx, const unsigned char *msg, ...)
|
|||
@implementation GSTreeSAXHandler
|
||||
|
||||
/**
|
||||
: Cal]led when a warning message needs to be output.<br />
|
||||
* Called when a warning message needs to be output.<br />
|
||||
* See [GSXMLParser-setErrors:] for the mechanism implemented by this.
|
||||
*/
|
||||
- (void) warning: (NSString*)e
|
||||
|
|
Loading…
Reference in a new issue