Adjust line of code to make it easier to read

pull/45/head
Alexandre Cloutier 2014-07-18 09:26:02 -04:00
parent a71013eebf
commit ce6a31dd38
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@
{
value = [unavailableAttendees objectAtIndex:i];
[reason appendString:[value keysWithFormat: @"\n %{Cn}"]];
if (!(i == (count - 1)))
if (i < count-2)
[reason appendString:@", "];
}
[unavailableAttendees release];