1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-10 06:23:01 +03:00

Fix typo.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@365 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-04-02 12:35:13 +00:00
parent 115450ac9b
commit 94e91b73f7

View File

@@ -656,7 +656,7 @@ int ssh_options_set_status_callback(SSH_OPTIONS *opt,
* complete exchange.
*/
int ssh_options_set_timeout(SSH_OPTIONS *opt, long seconds, long usec) {
if (opts == NULL) {
if (opt == NULL) {
return -1;
}