Explode immediately if we don't recognize a type

svn path=/trunk/; revision=619
This commit is contained in:
Colin Walters 2008-09-19 23:43:33 +00:00 committed by Philip Withnall
parent ff45096d96
commit 78c7abb34f

View File

@ -186,6 +186,8 @@ write_type_info (const gchar *namespace,
g_fprintf (file, ">");
}
}
else
g_assert_not_reached ();
}
static void