Syntactic and comment changes.
[mmh] / sbr / folder_realloc.c
index f1b703f..e69b833 100644 (file)
@@ -57,8 +57,9 @@ folder_realloc(struct msgs *mp, int lo, int hi)
 
                /* then copy messages status array with shift */
                if (mp->nummsg > 0) {
-                       for (msgnum = mp->lowmsg; msgnum <= mp->hghmsg; msgnum++)
+                       for (msgnum=mp->lowmsg; msgnum<=mp->hghmsg; msgnum++) {
                                tmpstats[msgnum - lo] = mp->msgstats[msgnum - mp->lowoff];
+                       }
                }
                free(mp->msgstats);
                mp->msgstats = tmpstats;