mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
Don't return from a void function
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user