fixed endif comment.

This commit is contained in:
Gunter Knauf 2007-07-11 08:55:28 +00:00
parent 814b471d55
commit c39690486c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ CURLcode Curl_sftp_doing(struct connectdata *conn,
bool *dophase_done);
CURLcode Curl_scp_doing(struct connectdata *conn,
bool *dophase_done);
#endif (LIBSSH2_APINO >= 200706012030)
#endif /* (LIBSSH2_APINO >= 200706012030) */
#endif /* USE_LIBSSH2 */