gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: fix tipo: `MHD_FEATU


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix tipo: `MHD_FEATURE_MESSGES` -> `MHD_FEATURE_MESSAGES`.
Date: Sat, 25 Feb 2017 19:41:20 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new dd95c307 fix tipo: `MHD_FEATURE_MESSGES` -> `MHD_FEATURE_MESSAGES`.
dd95c307 is described below

commit dd95c307b24e9021be07eb6946e063f104731b2e
Author: silvioprog <address@hidden>
AuthorDate: Sat Feb 25 00:05:48 2017 -0300

    fix tipo: `MHD_FEATURE_MESSGES` -> `MHD_FEATURE_MESSAGES`.
---
 src/include/microhttpd.h | 2 +-
 src/microhttpd/daemon.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 18250294..7dee6921 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3112,7 +3112,7 @@ enum MHD_FEATURE
    * Get whether messages are supported. If supported then in debug
    * mode messages can be printed to stderr or to external logger.
    */
-  MHD_FEATURE_MESSGES = 1,
+  MHD_FEATURE_MESSAGES = 1,
 
   /**
    * Get whether HTTPS is supported.  If supported then flag
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 4a75b189..b52f05e7 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -6002,7 +6002,7 @@ MHD_is_feature_supported(enum MHD_FEATURE feature)
 {
   switch(feature)
     {
-    case MHD_FEATURE_MESSGES:
+    case MHD_FEATURE_MESSAGES:
 #ifdef HAVE_MESSAGES
       return MHD_YES;
 #else

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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