X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/087a9b2eaf10974c1b3025bf7d439c2371625e70..f2b44f108345bccc414643968de04115093ecf37:/clients/disorderfm.c diff --git a/clients/disorderfm.c b/clients/disorderfm.c index ed31dd0..55aff3e 100644 --- a/clients/disorderfm.c +++ b/clients/disorderfm.c @@ -73,7 +73,7 @@ static const char *nativeencoding; /* Count of errors */ static long errors; -/* Included/excluded filename patterns */ +/** @brief Included/excluded filename pattern */ static struct pattern { struct pattern *next; const char *pattern; @@ -102,7 +102,7 @@ static const struct option options[] = { }; /* display usage message and terminate */ -static void help(void) { +static void attribute((noreturn)) help(void) { xprintf("Usage:\n" " disorderfm [OPTIONS] SOURCE DESTINATION\n" "Options:\n"