mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix typo in error message
This commit is contained in:
parent
9bdad8d56b
commit
726777bf6e
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ static NSString *parse_string(NSString **ptr)
|
|||
pos = [l rangeOfString: @"*/"].location;
|
||||
if (pos == NSNotFound)
|
||||
{
|
||||
fprintf(stderr,"parse error in '%s', missing '*\'\n",
|
||||
fprintf(stderr,"parse error in '%s', missing '*/'\n",
|
||||
[filename cString]);
|
||||
pos = [l length];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue