mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 16:36:14 +01:00
girnode.c: Fix copy & paste error
This line is almost certainly a copy & paste error. It appears to be harmless, but it's better to not have it. svn path=/trunk/; revision=1085
This commit is contained in:
parent
314ad462dc
commit
1b22fa426f
@ -654,7 +654,6 @@ g_ir_node_get_full_size_internal (GIrNode *parent,
|
|||||||
size += ALIGN_VALUE (strlen (iface->gtype_name) + 1, 4);
|
size += ALIGN_VALUE (strlen (iface->gtype_name) + 1, 4);
|
||||||
if (iface->gtype_init)
|
if (iface->gtype_init)
|
||||||
size += ALIGN_VALUE (strlen (iface->gtype_init) + 1, 4);
|
size += ALIGN_VALUE (strlen (iface->gtype_init) + 1, 4);
|
||||||
size += ALIGN_VALUE ( + 1, 4);
|
|
||||||
size += 2 * (n + (n % 2));
|
size += 2 * (n + (n % 2));
|
||||||
|
|
||||||
for (l = iface->members; l; l = l->next)
|
for (l = iface->members; l; l = l->next)
|
||||||
|
Loading…
Reference in New Issue
Block a user