mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +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,
|
||||
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…
Reference in New Issue
Block a user