From: Erik Stenlund Date: Tue, 19 Oct 2021 20:56:13 +0000 (+0200) Subject: mime: mention CURL_DISABLE_MIME in comment X-Git-Tag: curl-7_80_0~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a24e8959125335000cdebb0152fc57d09838da44;p=thirdparty%2Fcurl.git mime: mention CURL_DISABLE_MIME in comment CURL_DISABLE_MIME is not mentioned in the comment describing the if else preprocessor directive. Closes #7882 --- diff --git a/lib/mime.c b/lib/mime.c index 110b740ffd..f40cc1a618 100644 --- a/lib/mime.c +++ b/lib/mime.c @@ -1955,7 +1955,8 @@ void Curl_mime_unpause(curl_mimepart *part) } -#else /* !CURL_DISABLE_HTTP || !CURL_DISABLE_SMTP || !CURL_DISABLE_IMAP */ +#else /* !CURL_DISABLE_HTTP && !CURL_DISABLE_MIME || + !CURL_DISABLE_SMTP || !CURL_DISABLE_IMAP */ /* Mime not compiled in: define stubs for externally-referenced functions. */ curl_mime *curl_mime_init(CURL *easy)