mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 03:32:12 +01:00
gifieldinfo: Add missing break statement
This quells a compiler warning. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Helps: #3155
This commit is contained in:
parent
dda97fea98
commit
6b664a4be8
@ -544,6 +544,7 @@ g_field_info_set_field (GIFieldInfo *field_info,
|
|||||||
}
|
}
|
||||||
g_base_info_unref ((GIBaseInfo *)interface);
|
g_base_info_unref ((GIBaseInfo *)interface);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user