X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2d0a6606ee8899dfe372bbdc760fd15c14f3fceb..04c0301cad7bd266b7d4f9be011b4e4feff78dd8:/clients/disorderfm.c diff --git a/clients/disorderfm.c b/clients/disorderfm.c index ed31dd0..14092da 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;