[evolution-data-server] Fix duplicate type declaration



commit 2e08a15c46bfe9018cc80c2a10ec5eb801f5f66e
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Wed Jun 3 16:38:53 2009 +0200

    Fix duplicate type declaration
---
 libedataserver/e-time-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libedataserver/e-time-utils.c b/libedataserver/e-time-utils.c
index e8ab906..d5d2d8c 100644
--- a/libedataserver/e-time-utils.c
+++ b/libedataserver/e-time-utils.c
@@ -343,7 +343,7 @@ static gchar const ab_month_name[][4] =
 # define HERE_T_FMT_AMPM "%I:%M:%S %p"
 # define HERE_T_FMT "%H:%M:%S"
 
-static const unsigned short gint __mon_yday[2][13] =
+static const unsigned short __mon_yday[2][13] =
   {
     /* Normal years.  */
     { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]