summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gobject-introspection/gidlwriter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gobject-introspection/gidlwriter.c b/gobject-introspection/gidlwriter.c
index 2c0cbaa5c..32c86f73d 100644
--- a/gobject-introspection/gidlwriter.c
+++ b/gobject-introspection/gidlwriter.c
@@ -273,6 +273,10 @@ interface_generate (GIdlWriter * writer, GIdlNodeInterface * node)
("<interface name=\"%s\" type-name=\"%s\" get-type=\"%s\">\n",
node->node.name, node->gtype_name, node->gtype_init);
}
+ else
+ {
+ g_assert_not_reached ();
+ }
g_writer_write_indent (writer, markup);
g_free (markup);