X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2e9ba080dd30434f3e8f88e63029280889586a32..refs/tags/5.1:/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;