---
wmcalendar/Src/calendar.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wmcalendar/Src/calendar.c b/wmcalendar/Src/calendar.c
index 77e39df..ffadf03 100644
--- a/wmcalendar/Src/calendar.c
+++ b/wmcalendar/Src/calendar.c
@@ -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);
--
2.7.4
--
To unsubscribe, send mail to [email protected].