Fix typo in error message

This commit is contained in:
rfm 2024-08-06 20:17:59 +01:00
parent 9bdad8d56b
commit 726777bf6e

View file

@ -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];
}