fix compile warning in unreachable code

Original commit message from CVS:
fix compile warning in unreachable code
This commit is contained in:
Benjamin Otte 2004-04-03 20:42:43 +00:00
parent d5ef66d230
commit 93a0882595

View file

@ -584,6 +584,7 @@ schedule (GstEntryScheduler * sched, Entry * entry)
GST_DEBUG_OBJECT (sched, "scheduling main after error");
sched->error = TRUE;
safe_cothread_switch (sched, do_cothread_get_main (sched->context));
return;
}
if (!schedule_me->thread) {