mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Don't return from a void function
This commit is contained in:
parent
cb45176110
commit
6dfb50adf7
@ -302,5 +302,5 @@ g_qsort_with_data (gconstpointer pbase,
|
|||||||
GCompareDataFunc compare_func,
|
GCompareDataFunc compare_func,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
return msort_r ((gpointer)pbase, total_elems, size, compare_func, user_data);
|
msort_r ((gpointer)pbase, total_elems, size, compare_func, user_data);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user