reorder_trayclients_cmp: Correct comment

next
Orestis Floros 2019-10-11 19:32:00 +03:00
parent 8088c357e4
commit 98d96c3a2c
No known key found for this signature in database
GPG Key ID: A09DBD7D3222C1C3
1 changed files with 2 additions and 1 deletions

View File

@ -706,7 +706,8 @@ static int strcasecmp_nullable(const char *a, const char *b) {
}
/*
* Sort trayclients in descending order
* Comparison function to sort trayclients in ascending alphanumeric order
* according to their class.
*
*/
static int reorder_trayclients_cmp(const void *_a, const void *_b) {