changeset 301:b620ffe1c27e

Oops, an extra error message was left in. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Oct 2012 17:55:43 +0300
parents 4972ca91d062
children 43c985265fd5
files xm2jss.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xm2jss.c	Thu Oct 11 17:55:15 2012 +0300
+++ b/xm2jss.c	Thu Oct 11 17:55:43 2012 +0300
@@ -927,7 +927,6 @@
     // Check arguments
     if (optInFilename == NULL || optOutFilename == NULL)
     {
-        dmError("Source and/or destination filename not specified. Try --help.\n");
         dmError("Input or output file not specified. Try --help.\n");
         return 1;
     }