This commit is contained in:
Richard Frith-Macdonald 2019-09-30 09:36:31 +01:00
parent 11207f91b0
commit d7d4400836

View file

@ -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++)
{