]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
dev-tools: lz4-rebaser tool carried a typo
authorDavid Sommerseth <davids@openvpn.net>
Tue, 21 Feb 2017 19:27:35 +0000 (20:27 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 21 Feb 2017 21:12:53 +0000 (22:12 +0100)
The HAVE_CONFIG_H block which gets added to compat-lz4.c was
missing a # before the first ifdef statement.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20170221192737.24166-2-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14136.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
dev-tools/lz4-rebaser.sh

index 8a45ffdbd6c53758b31b2fce77a29355fb455ae0..4ef4de8ff2bd9c57d01a1b450c94b5eaa803568d 100755 (executable)
@@ -50,7 +50,7 @@ echo "* Porting upstream lz4.c to compat-lz4.c"
 /* This file has been backported by $0
  * from upstream lz4 commit $lz4_commit ($lz4_tag)
  */
-ifdef HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 #include "config.h"
 #elif defined(_MSC_VER)
 #include "config-msvc.h"