mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-20 04:22:11 +02: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)
|
if (array->pdata[i] == data)
|
||||||
{
|
{
|
||||||
g_ptr_array_remove_index (farray, i);
|
g_ptr_array_remove_index (array, i);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user