Fix a potential bug in vcalendar's libical.
authorAndrej Kacian <ticho@claws-mail.org>
Tue, 9 Aug 2016 21:38:32 +0000 (23:38 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Tue, 9 Aug 2016 21:38:32 +0000 (23:38 +0200)
commit5fcfe9a0862961728a9450fd36d2eb99c32b217b
tree3caa19f50c932e6ccad055408489214f8b52a46e
parente48b73905257071c561d1ae4dc4d1f040ee1fbd1
Fix a potential bug in vcalendar's libical.

Some compilers seem to understand this construction as an empty
for() cycle, followed by an unrelated block enclosed in braces.
We make sure the compiler does what we want by putting the
opening brace at the same line as for().
src/plugins/vcalendar/libical/libical/icalrecur.c