diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2013-01-06 15:47:31 +0100 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2013-01-06 16:38:27 +0100 |
| commit | d819ed2bd5d4ff1177c18b92a153be74eb0766b8 (patch) | |
| tree | d8c95acbdd12d7ab0645bc51888bd050f5369e78 /src | |
| parent | 2fc5b35b79299e3ebd61b2d335ea8f4785473823 (diff) | |
build-sys: fix make check
Diffstat (limited to 'src')
| -rw-r--r-- | src/wixl.vala | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
