From ce6a31dd38aa50736eae48eb073deb991b87173a Mon Sep 17 00:00:00 2001 From: Alexandre Cloutier Date: Fri, 18 Jul 2014 09:26:02 -0400 Subject: [PATCH] Adjust line of code to make it easier to read --- SoObjects/Appointments/SOGoAppointmentObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 54de1997c..13be87eb6 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -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];