gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/04: mhd_limits.h: fixed typo


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/04: mhd_limits.h: fixed typo
Date: Sat, 18 May 2019 12:45:42 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit e53b8ab457dc9e3a4e16d287a0bb8f41338b960d
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sat May 18 13:38:56 2019 +0300

    mhd_limits.h: fixed typo
---
 src/microhttpd/mhd_limits.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_limits.h b/src/microhttpd/mhd_limits.h
index 1b0f5d7d..40ae2e26 100644
--- a/src/microhttpd/mhd_limits.h
+++ b/src/microhttpd/mhd_limits.h
@@ -108,7 +108,7 @@
 #elif defined(INTPTR_MAX)
 #define SSIZE_MAX INTPTR_MAX
 #else
-#define SSIZE_MAN MHD_SIGNED_TYPE_MAX_(ssize_t)
+#define SSIZE_MAX MHD_SIGNED_TYPE_MAX_(ssize_t)
 #endif
 #endif /* ! SSIZE_MAX */
 

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



reply via email to

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