From: Gunter Knauf Date: Wed, 11 Jul 2007 08:55:28 +0000 (+0000) Subject: fixed endif comment. X-Git-Tag: curl-7_17_0-preldapfix~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c39690486c29e83f036e771aa386d6ab2468d14c;p=curl fixed endif comment. --- diff --git a/lib/ssh.h b/lib/ssh.h index 8e5c4718c..dd2dad17a 100644 --- a/lib/ssh.h +++ b/lib/ssh.h @@ -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 */