From 4d61b0482893d047f12ac0aad824a094f91e1cbc Mon Sep 17 00:00:00 2001 From: Ben Brewer Date: Mon, 5 Nov 2012 13:29:20 +0000 Subject: Fixed syntax error in llvm lorry (trailing comma) --- active/llvm.lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active/llvm.lorry b/active/llvm.lorry index 54153d8..3a5cec0 100644 --- a/active/llvm.lorry +++ b/active/llvm.lorry @@ -3,6 +3,6 @@ "type": "tarball", "compression": "gzip", "strip": 1, - "url": "http://llvm.org/releases/3.1/llvm-3.1.src.tar.gz", + "url": "http://llvm.org/releases/3.1/llvm-3.1.src.tar.gz" } } -- cgit v1.2.1