From: Gunter Knauf Date: Wed, 11 Jul 2007 09:03:22 +0000 (+0000) Subject: fixed endif comment. X-Git-Tag: curl-7_17_0-preldapfix~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf61c8d659692185eb61451ada7a4b90043527bb;p=thirdparty%2Fcurl.git fixed endif comment. --- diff --git a/lib/url.c b/lib/url.c index dc535c9cdd..24cbaaf890 100644 --- a/lib/url.c +++ b/lib/url.c @@ -3364,7 +3364,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, #if (LIBSSH2_APINO >= 200706012030) conn->curl_connecting = Curl_ssh_multi_statemach; conn->curl_doing = Curl_scp_doing; -#endif (LIBSSH2_APINO >= 200706012030) +#endif /* (LIBSSH2_APINO >= 200706012030) */ conn->curl_do_more = (Curl_do_more_func)ZERO_NULL; #else failf(data, LIBCURL_NAME @@ -3383,7 +3383,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, #if (LIBSSH2_APINO >= 200706012030) conn->curl_connecting = Curl_ssh_multi_statemach; conn->curl_doing = Curl_sftp_doing; -#endif (LIBSSH2_APINO >= 200706012030) +#endif /* (LIBSSH2_APINO >= 200706012030) */ conn->curl_do_more = (Curl_do_more_func)ZERO_NULL; #else failf(data, LIBCURL_NAME