Commit 19d869bb by Vicent Marti

Fix warning in `status.c`

parent 3a2626f3
......@@ -606,7 +606,7 @@ static struct alphasorted_dirent_info *alphasorted_dirent_info_new(const char *p
return di;
}
int alphasorted_dirent_info_cmp(const void *a, const void *b)
static int alphasorted_dirent_info_cmp(const void *a, const void *b)
{
struct alphasorted_dirent_info *stra = (struct alphasorted_dirent_info *)a;
struct alphasorted_dirent_info *strb = (struct alphasorted_dirent_info *)b;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment