faad: logical disjunction consecutive return, break unnecessary

https://bugzilla.gnome.org/show_bug.cgi?id=736790
This commit is contained in:
Anuj Jaiswal 2014-09-17 15:50:23 +05:30 committed by Sebastian Dröge
parent 7acf2fe5cb
commit 8b180b85a2

View file

@ -459,7 +459,6 @@ gst_faad_chanpos_to_gst (GstFaad * faad, guchar * fpos,
GST_WARNING_OBJECT (faad,
"Unsupported FAAD channel position 0x%x encountered", fpos[n]);
return FALSE;
break;
}
}
}