mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix typo
This commit is contained in:
parent
11207f91b0
commit
d7d4400836
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ int main()
|
|||
NSString *s[5] = { @"1",@"2",@"3",@"4",@"5" };
|
||||
NSUInteger before;
|
||||
NSUInteger after;
|
||||
inr i;
|
||||
int i;
|
||||
|
||||
for (i = 0; i < 5; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue