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

View file

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