mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02: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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user