X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2d0a6606ee8899dfe372bbdc760fd15c14f3fceb..cd1d988313c718929bfffe0936a7123eac27c7d5:/clients/resample.c diff --git a/clients/resample.c b/clients/resample.c index bc41013..f02cde7 100644 --- a/clients/resample.c +++ b/clients/resample.c @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file clients/resample.c + * @brief Audio resampler + */ #include "common.h" #include @@ -56,7 +59,7 @@ static const struct option options[] = { }; /* display usage message and terminate */ -static void help(void) { +static void attribute((noreturn)) help(void) { xprintf("Usage:\n" " resample [OPTIONS] < INPUT > OUTPUT\n" "Options:\n"