(fix) wrong var type declaration

This commit is contained in:
Ludovic Marcotte
2017-03-08 09:31:19 -05:00
parent 45255cd27f
commit 4f73005d1d

View File

@@ -1775,7 +1775,8 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent
{
NSArray *allEvents;
iCalEvent *event;
NSUInteger i, j;
NSUInteger i;
int j;
allEvents = [rqCalendar events];