[PATCH 8/8] wmcalendar: Fix capitalization in type name.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 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].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.