diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index ddf62d77..a154da45 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c @@ -3146,7 +3146,7 @@ parse_cookie_header (struct MHD_Connection *connection) /** * The valid length of any HTTP version string */ -#define HTTP_VER_LEN (MHD_STATICSTR_LEN_(MHD_HTTP_VERSION_1_1)) +#define HTTP_VER_LEN (MHD_STATICSTR_LEN_ (MHD_HTTP_VERSION_1_1)) /** * Detect HTTP version, send error response if version is not supported |