Navigation Menu

Skip to content

Commit

Permalink
[cosmetics] - added missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed Jun 17, 2011
1 parent a71fef2 commit 6b2f106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/filesystem/FileSFTP.cpp
Expand Up @@ -352,7 +352,7 @@ bool CSFTPSession::Connect(const CStdString &host, unsigned int port, const CStd
return false; return false;
} }


ssh_options_set_timeout(options, timeout,0); ssh_options_set_timeout(options, timeout, 0);


ssh_options_set_log_verbosity(options, 0); ssh_options_set_log_verbosity(options, 0);


Expand Down

0 comments on commit 6b2f106

Please sign in to comment.