mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +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;
|
||||
|
||||
option = malloc(sizeof(SSH_OPTIONS));
|
||||
if (options == NULL) {
|
||||
if (option == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user