Fix duplicate type declaration
authorFridrich Strba <fridrich.strba@bluewin.ch>
Wed, 3 Jun 2009 14:38:53 +0000 (16:38 +0200)
committerFridrich Strba <fridrich.strba@bluewin.ch>
Wed, 3 Jun 2009 14:38:53 +0000 (16:38 +0200)
libedataserver/e-time-utils.c

index e8ab906..d5d2d8c 100644 (file)
@@ -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 },