xmptag: have the default branch as the last one
This commit is contained in:
parent
70a982e7ba
commit
f466c5e1ca
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user