wmcalendar: Fix capitalization in type name.
This commit is contained in:
parent
6778126403
commit
0e512856f3
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue