From 476dff826e39a9c29d224294866420902090325d Mon Sep 17 00:00:00 2001 From: Vivia Nikolaidou Date: Fri, 25 Sep 2015 15:17:53 +0300 Subject: [PATCH] gst-play: Removed erroneous comment The "fall through" comment was wrong. Removed. https://bugzilla.gnome.org/show_bug.cgi?id=755440 --- tools/gst-play.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gst-play.c b/tools/gst-play.c index 35175248b6..5e6dac6ebd 100644 --- a/tools/gst-play.c +++ b/tools/gst-play.c @@ -1067,7 +1067,6 @@ keyboard_cb (const gchar * key_input, gpointer user_data) case '0': play_do_seek (play, 0, play->rate, play->trick_mode); break; - /* fall through */ default: if (strcmp (key_input, GST_PLAY_KB_ARROW_RIGHT) == 0) { relative_seek (play, +0.08);