From a24e8959125335000cdebb0152fc57d09838da44 Mon Sep 17 00:00:00 2001 From: Erik Stenlund Date: Tue, 19 Oct 2021 22:56:13 +0200 Subject: [PATCH] mime: mention CURL_DISABLE_MIME in comment CURL_DISABLE_MIME is not mentioned in the comment describing the if else preprocessor directive. Closes #7882 --- lib/mime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.47.3