diff options
author | Gunter Knauf <gk@gknw.de> | 2007-07-11 08:55:28 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-07-11 08:55:28 +0000 |
commit | c39690486c29e83f036e771aa386d6ab2468d14c (patch) | |
tree | f547d29c99db8644d0e647cb06f5ee0bf14f84bb /lib | |
parent | 814b471d5597defe36617c1f7f9e000c5a319261 (diff) |
fixed endif comment.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |