wmcalendar: Fix capitalization in type name.

This commit is contained in:
Doug Torrance 2017-02-22 00:14:49 -05:00 committed by Carlos R. Mafra
parent 6778126403
commit 0e512856f3
1 changed files with 2 additions and 2 deletions

View File

@ -313,9 +313,9 @@ int dayevents(struct icaltimetype dt, GtkWidget *table){
-----------------------------------------------------*/
void deleteCalObjs(){
int i;
struct calObj* help;
struct calobj* help;
while(calRoot){
help = (struct calObj*) calRoot->next;
help = (struct calobj*) calRoot->next;
free(calRoot->text);
free(calRoot->comp);
free(calRoot);