From: Mike Brady Date: Tue, 14 Mar 2017 09:13:22 +0000 (+0000) Subject: Fix small bug in interpolation error message. X-Git-Tag: 3.1.s5~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87eb53cf82b83720473600329ea006e8d32b9c88;p=thirdparty%2Fshairport-sync.git Fix small bug in interpolation error message. --- diff --git a/shairport.c b/shairport.c index 5837f240..adbbede5 100644 --- a/shairport.c +++ b/shairport.c @@ -435,7 +435,7 @@ int parse_options(int argc, char **argv) { else if (strcasecmp(str, "soxr") == 0) config.packet_stuffing = ST_soxr; else - die("Invalid interpolation option choice \"%s\". It should be \"basic\" or \"soxr\""); + die("Invalid interpolation option choice. It should be \"basic\" or \"soxr\""); } /* Get the statistics setting. */