mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
array: Fix compilation
This commit is contained in:
parent
7cf221aadb
commit
017349823c
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user