From e9895ea2e7751180feeb898494073b7bb7686d41 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Mon, 22 Dec 2008 18:46:12 +0000 Subject: [PATCH] Remove trailing #undef value. Typo? --- lib/ssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssh.h b/lib/ssh.h index ec711fbe9..00fe7173e 100644 --- a/lib/ssh.h +++ b/lib/ssh.h @@ -44,7 +44,7 @@ later */ # define HAVE_LIBSSH2_SFTP_SEEK64 1 #else -# undef HAVE_LIBSSH2_SFTP_SEEK64 1 +# undef HAVE_LIBSSH2_SFTP_SEEK64 #endif