libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 7de47306ca9ecb9a37410536f50cb261513f266d
parent 561c52c70a0253413a110301f81eb7c551e381cd
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 21 Jul 2021 21:25:59 +0300

mhd_align.h: fixed copy-paste error

Diffstat:
Msrc/microhttpd/mhd_align.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_align.h b/src/microhttpd/mhd_align.h @@ -68,7 +68,7 @@ struct _mhd_dummy_uint64_offset_test char dummy; uint32_t ui64; }; -#define _MHD_UINT32_ALIGN \ +#define _MHD_UINT64_ALIGN \ _MHD_OFFSETOF(struct _mhd_dummy_uint64_offset_test, ui64) #endif /* ! _MHD_ALIGNOF */