From cde3151634361e043340cbaef8e5fb04367a5b3d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 1 Apr 2009 20:14:24 +0000 Subject: Fix typo. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@326 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libssh/options.c b/libssh/options.c index 81e4bd8a..e9a25868 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -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; } -- cgit