diff --git a/ChangeLog b/ChangeLog index f0ea4ec1f8..81bfd3e190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-16 Johan Dahlin + + * gst/schedulers/gstoptimalscheduler.c + (gst_opt_scheduler_pad_unlink): Remove double ;, spotted by Scott Wheeler + 2004-03-16 Thomas Vander Stichele * configure.ac: bump libtool version diff --git a/gst/schedulers/gstoptimalscheduler.c b/gst/schedulers/gstoptimalscheduler.c index a4ec5c425f..b84eca5067 100644 --- a/gst/schedulers/gstoptimalscheduler.c +++ b/gst/schedulers/gstoptimalscheduler.c @@ -2156,7 +2156,7 @@ gst_opt_scheduler_pad_unlink (GstScheduler * sched, /* if there is still a link, we don't need to break this group */ if (still_link1 && still_link2) { GSList *l; - GList *m;; + GList *m; int linkcount; GST_LOG ("elements still have links with other elements in the group");