From d819ed2bd5d4ff1177c18b92a153be74eb0766b8 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Sun, 6 Jan 2013 15:47:31 +0100 Subject: build-sys: fix make check --- src/wixl.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wixl.vala b/src/wixl.vala index 0c6c2f4..68451c9 100644 --- a/src/wixl.vala +++ b/src/wixl.vala @@ -38,7 +38,7 @@ private const OptionEntry[] options = { } if (files.length != 2) { - GLib.stderr.printf (_("Please specify a output and input files.\n")); + GLib.stderr.printf (_("Please specify output and input files.\n")); exit (1); } -- cgit