mime: mention CURL_DISABLE_MIME in comment

CURL_DISABLE_MIME is not mentioned in the comment describing the if else
preprocessor directive.

Closes #7882
This commit is contained in:
Erik Stenlund 2021-10-19 22:56:13 +02:00 committed by Daniel Stenberg
parent 54aa9c48b2
commit a24e895912
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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)