commit d8cc7c50f0b47ba8fe1d36bd9f76a125c5e767d5
parent 6b83caccb30787918389994d1310306a2d24ef71
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Thu, 2 Sep 2021 14:57:17 +0300
mhd_limits.h: fixed copy-paste error in comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/mhd_limits.h b/src/microhttpd/mhd_limits.h
@@ -52,7 +52,7 @@
#else /* ! __LONG_MAX__ */
#define LONG_MAX MHD_SIGNED_TYPE_MAX (long)
#endif /* ! __LONG_MAX__ */
-#endif /* !OFF_T_MAX */
+#endif /* !LONG_MAX */
#ifndef ULLONG_MAX
#ifdef ULONGLONG_MAX