From 28196334ef023ac104de078cebf21728b7802866 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 5 Nov 2014 08:53:32 +0000 Subject: [PATCH] - fix compilation --- llvm-tld.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-tld.patch b/llvm-tld.patch index cbe0f36..b9ee46f 100644 --- a/llvm-tld.patch +++ b/llvm-tld.patch @@ -28,7 +28,7 @@ return Distro >= UbuntuHardy && Distro <= UbuntuRaring; } -+static bool IsTLD(enum LinuxDistro Distro) { ++static bool IsTLD(enum Distro Distro) { + return Distro == TLDLinux; +} + -- 2.44.0