gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25942 - in libmicrohttpd/src: daemon include


From: gnunet
Subject: [GNUnet-SVN] r25942 - in libmicrohttpd/src: daemon include
Date: Wed, 30 Jan 2013 13:23:22 +0100

Author: grothoff
Date: 2013-01-30 13:23:21 +0100 (Wed, 30 Jan 2013)
New Revision: 25942

Modified:
   libmicrohttpd/src/daemon/connection.c
   libmicrohttpd/src/include/microhttpd.h
Log:
more consts

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2013-01-30 12:26:27 UTC (rev 
25941)
+++ libmicrohttpd/src/daemon/connection.c       2013-01-30 12:23:21 UTC (rev 
25942)
@@ -615,9 +615,9 @@
 static void
 get_date_string (char *date)
 {
-  static const char *days[] =
+  static const char *const days[] =
     { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };
-  static const char *mons[] =
+  static const char *const mons[] =
     { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct",
     "Nov", "Dec"
   };

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2013-01-30 12:26:27 UTC (rev 
25941)
+++ libmicrohttpd/src/include/microhttpd.h      2013-01-30 12:23:21 UTC (rev 
25942)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00091802
+#define MHD_VERSION 0x00091803
 
 /**
  * MHD-internal return code for "YES".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]