Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Aug 6, 2024
1 parent 9bdad8d commit 726777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/make_strings/StringsFile.m
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ - (void) dealloc
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];
}
Expand Down

0 comments on commit 726777b

Please sign in to comment.