From 151cc20a5d05bdd35785a4d724c516b7b7663023 Mon Sep 17 00:00:00 2001
From: Adam Thorn <alt36@cam.ac.uk>
Date: Thu, 5 Mar 2020 15:06:06 +0000
Subject: [PATCH] vs2013x86runtime: fix broken xml

---
 VisualStudio2013Runtime_x86.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VisualStudio2013Runtime_x86.xml b/VisualStudio2013Runtime_x86.xml
index d944a240..cc8e3e22 100755
--- a/VisualStudio2013Runtime_x86.xml
+++ b/VisualStudio2013Runtime_x86.xml
@@ -10,7 +10,7 @@
 <upgrade include="remove" />
 <upgrade include="install" />
 
-<remove cmd='"%programdata%\Package Cache\{f65db027-aff3-4070-886a-0d87064aabb1}\vcredist_x86.exe" /uninstall /quiet' ><exit code='-1'><!-- already gone? --></remove>
+<remove cmd='"%programdata%\Package Cache\{f65db027-aff3-4070-886a-0d87064aabb1}\vcredist_x86.exe" /uninstall /quiet' ><exit code='-1' /><!-- already gone? --></remove>
 
 </package>
 </packages>
-- 
GitLab