Commit c3969048 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed endif comment.

parent 814b471d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */