mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 01:18:53 +02:00
array: Fix compilation
This commit is contained in:
@@ -1319,7 +1319,7 @@ g_ptr_array_remove (GPtrArray *array,
|
||||
{
|
||||
if (array->pdata[i] == data)
|
||||
{
|
||||
g_ptr_array_remove_index (farray, i);
|
||||
g_ptr_array_remove_index (array, i);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user