Fix typo.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@326 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-04-01 20:14:24 +00:00
parent cd4df00dff
commit cde3151634

View File

@@ -53,7 +53,7 @@ SSH_OPTIONS *ssh_options_new(void) {
SSH_OPTIONS *option;
option = malloc(sizeof(SSH_OPTIONS));
if (options == NULL) {
if (option == NULL) {
return NULL;
}