mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
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:
@@ -53,7 +53,7 @@ SSH_OPTIONS *ssh_options_new(void) {
|
|||||||
SSH_OPTIONS *option;
|
SSH_OPTIONS *option;
|
||||||
|
|
||||||
option = malloc(sizeof(SSH_OPTIONS));
|
option = malloc(sizeof(SSH_OPTIONS));
|
||||||
if (options == NULL) {
|
if (option == NULL) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user