gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/05: Fixed typo in 6621c055572524f5f247cd200ff7291c161


From: gnunet
Subject: [libmicrohttpd] 01/05: Fixed typo in 6621c055572524f5f247cd200ff7291c161f8b87
Date: Tue, 24 Aug 2021 15:17:57 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 7a2a93b4a1cb49b5f8377aa4d8420f24c27ae311
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Aug 24 16:05:51 2021 +0300

    Fixed typo in 6621c055572524f5f247cd200ff7291c161f8b87
---
 src/microhttpd/mhd_assert.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/mhd_assert.h b/src/microhttpd/mhd_assert.h
index 6113646f..f74eca51 100644
--- a/src/microhttpd/mhd_assert.h
+++ b/src/microhttpd/mhd_assert.h
@@ -31,10 +31,10 @@
 
 #include "mhd_options.h"
 
-#if ! deifned(_DEBUG) && ! defined(NDEBUG)
+#if ! defined(_DEBUG) && ! defined(NDEBUG)
 #define NDEBUG 1 /* Use NDEBUG by default */
 #endif /* !_DEBUG && !NDEBUG */
-#if deifned(_DEBUG) && defined(NDEBUG)
+#if defined(_DEBUG) && defined(NDEBUG)
 #error Both _DEBUG and NDEBUG are defined
 #endif /* _DEBUG && NDEBUG */
 #ifdef NDEBUG

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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