mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-13 14:13:02 +00:00
minor casts
This commit is contained in:
parent
fdebc6367f
commit
7ce2cd367a
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ static NSMutableDictionary * syntaxDefinitions = nil;
|
|||
NSLog(_(@"Missing keyword pattern declaration "
|
||||
@"in context %i keyword %i. Ignoring all the "
|
||||
@"remaining of the keywords in this context."),
|
||||
i, j);
|
||||
(int)i, (int)j);
|
||||
break;
|
||||
}
|
||||
pattern = CompileTextPattern(keywordString);
|
||||
|
|
Loading…
Reference in a new issue