From: Gisle Vanem Date: Mon, 22 Dec 2008 18:46:12 +0000 (+0000) Subject: Remove trailing #undef value. Typo? X-Git-Tag: curl-7_19_3~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9895ea2e7751180feeb898494073b7bb7686d41;p=thirdparty%2Fcurl.git Remove trailing #undef value. Typo? --- diff --git a/lib/ssh.h b/lib/ssh.h index ec711fbe93..00fe7173e0 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