mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 04:44:16 +01:00
Sorting functions return void now instead of int.
This commit is contained in:
@@ -249,12 +249,10 @@ WMCountInArray(WMArray *array, void *item)
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
void
|
||||
WMSortArray(WMArray *array, WMCompareDataProc *comparer)
|
||||
{
|
||||
qsort(array->items, array->itemCount, sizeof(void*), comparer);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user