Minor formatting tweak.

This commit is contained in:
Dianne Skoll
2020-01-14 20:17:38 -05:00
parent 46326c001b
commit e999e9009b

View File

@@ -521,7 +521,10 @@ static void DoCalendarOneMonth(void)
} else if (PsCal == PSCAL_LEVEL2) {
printf("%s\n", PSEND2);
} else if (PsCal == PSCAL_LEVEL3){
printf("\n]\n}");
if (DidADay) {
printf("\n");
}
printf("]\n}");
}
if (!DoSimpleCalendar) WriteCalTrailer();
}