aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-18 13:38:56 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-18 13:44:44 +0300
commite53b8ab457dc9e3a4e16d287a0bb8f41338b960d (patch)
tree74c6543ee65531c5b4483438d6f5332a88a71c63
parentfc629fac503e6fe564d35876767e219666681e5e (diff)
downloadlibmicrohttpd-e53b8ab457dc9e3a4e16d287a0bb8f41338b960d.tar.gz
libmicrohttpd-e53b8ab457dc9e3a4e16d287a0bb8f41338b960d.zip
mhd_limits.h: fixed typo
-rw-r--r--src/microhttpd/mhd_limits.h2
1 files changed, 1 insertions, 1 deletions
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 @@
108#elif defined(INTPTR_MAX) 108#elif defined(INTPTR_MAX)
109#define SSIZE_MAX INTPTR_MAX 109#define SSIZE_MAX INTPTR_MAX
110#else 110#else
111#define SSIZE_MAN MHD_SIGNED_TYPE_MAX_(ssize_t) 111#define SSIZE_MAX MHD_SIGNED_TYPE_MAX_(ssize_t)
112#endif 112#endif
113#endif /* ! SSIZE_MAX */ 113#endif /* ! SSIZE_MAX */
114 114