fixed endif comment.

This commit is contained in:
Gunter Knauf 2007-07-11 09:03:22 +00:00
parent c39690486c
commit cf61c8d659
1 changed files with 2 additions and 2 deletions

View File

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