xmptag: have the default branch as the last one

This commit is contained in:
Stefan Kost 2011-05-23 14:01:29 +03:00
parent 70a982e7ba
commit f466c5e1ca

View file

@ -162,10 +162,10 @@ xmp_tag_get_type_name (XmpTag * xmptag)
switch (xmptag->type) {
case GstXmpTagTypeSeq:
return "rdf:Seq";
default:
g_assert_not_reached ();
case GstXmpTagTypeBag:
return "rdf:Bag";
default:
g_assert_not_reached ();
}
}