From 683827dceb5697140283ac32c8b8825ab7422641 Mon Sep 17 00:00:00 2001 From: Alex Tsay Date: Mon, 9 Mar 2015 17:45:15 -0700 Subject: wixl-heat: fix wix close tag when no component groups are specified. See https://bugzilla.gnome.org/show_bug.cgi?id=745913 for details. --- tools/wixl/wixl-heat.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/wixl/wixl-heat.vala') diff --git a/tools/wixl/wixl-heat.vala b/tools/wixl/wixl-heat.vala index 3be1080..da570f7 100644 --- a/tools/wixl/wixl-heat.vala +++ b/tools/wixl/wixl-heat.vala @@ -125,9 +125,9 @@ public int main (string[] args) { stdout.printf (" \n".printf (id)); stdout.printf (" \n"); stdout.printf (" \n"); - stdout.printf ("\n"); } + stdout.printf ("\n"); stdout.printf ("\n", Config.PACKAGE_STRING); stdout.printf ("\n", cmdline.replace ("--", "-")); return 0; -- cgit