diff options
author | Stefan Kost <ensonic@users.sf.net> | 2011-05-20 00:35:55 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2011-05-20 00:35:55 +0300 |
commit | a570b3d76fd92d782e7360117423b6860bca88cc (patch) | |
tree | 5bc3c5c4181626bfdae071776aa00ffd64065c5a /tests/examples | |
parent | b1f0f2e83f85bf7395d7526390e1f731c8207f0f (diff) |
mxf-example: fix the { } scope
Diffstat (limited to 'tests/examples')
-rw-r--r-- | tests/examples/mxf/mxfdemux-structure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/mxf/mxfdemux-structure.c b/tests/examples/mxf/mxfdemux-structure.c index 0678ad542..6f735c4da 100644 --- a/tests/examples/mxf/mxfdemux-structure.c +++ b/tests/examples/mxf/mxfdemux-structure.c @@ -151,9 +151,9 @@ on_message (GstBus * bus, GstMessage * message, gpointer data) gst_tag_list_free (tags); break; + } default: break; - } } } |