ref: 0fa7b89f354773ce830f6bda12c8c27d2ad8b1d9
parent: 23014ab4d08206645f50ef9f89003b57674c449b
author: rrt <rrt>
date: Thu Apr 26 16:22:15 EDT 2007
Cosmetic fix to warning message
--- a/src/soxio.c
+++ b/src/soxio.c
@@ -109,7 +109,7 @@
ft->filetype = xstrdup(filetype);
if (sox_gettype(ft, sox_false) != SOX_SUCCESS) {
- sox_fail("Unknown input file format for `%s': %s",
+ sox_fail("Unknown input file format for `%s': %s",
ft->filename,
ft->sox_errstr);
goto input_error;