debian/control: Demote `disorder-server' requirement on `httpd-cgi'.
[disorder] / clients / disorderfm.c
index ed31dd0..14092da 100644 (file)
@@ -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;