Fix warning in status.c

This commit is contained in:
Vicent Marti 2011-09-19 06:31:54 +03:00
parent 3a2626f32a
commit 19d869bb2e

View File

@ -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;