From 2ec8ab17accd8c34c180ccea34b9242f6b171d44 Mon Sep 17 00:00:00 2001
From: Frederic Culot <calcurse@culot.org>
Date: Mon, 1 Mar 2010 18:55:44 +0000
Subject: Compiler problem fixed (thanks Petr for reporting it).

---
 src/calendar.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/calendar.c b/src/calendar.c
index 84dd207..2c6c781 100755
--- a/src/calendar.c
+++ b/src/calendar.c
@@ -1,4 +1,4 @@
-/*	$calcurse: calendar.c,v 1.30 2009/10/28 15:15:43 culot Exp $	*/
+/*	$calcurse: calendar.c,v 1.31 2010/03/01 18:55:45 culot Exp $	*/
 
 /*
  * Calcurse - text-based organizer
@@ -130,6 +130,8 @@ calendar_date_thread (void *arg)
       calendar_set_current_date ();
       calendar_update_panel (&win[CAL]);
     }
+
+  return (void *)0;
 }
 
 /* Launch the calendar date thread. */
-- 
cgit v1.2.3-70-g09d2