diff options
author | Gunter Knauf <gk@gknw.de> | 2007-07-11 09:03:22 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-07-11 09:03:22 +0000 |
commit | cf61c8d659692185eb61451ada7a4b90043527bb (patch) | |
tree | 8642c7a12d5488daf699aaecc8d0fe1596b72d9b /lib | |
parent | c39690486c29e83f036e771aa386d6ab2468d14c (diff) |
fixed endif comment.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/url.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |