From 4278ab18ff04afce90648bd9fea0ee72e327488b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 29 Nov 2013 09:21:52 +0000 Subject: [PATCH] qtdemux: fix compilation with gst debuging disabled qtdemux.c:9452:1: error: label at end of compound statement --- gst/isomp4/qtdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index 3e54b71a5f..5631b51d04 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -9463,9 +9463,9 @@ unknown_tag: g_free (namestr_dbg); g_free (meanstr_dbg); - return; } #endif + return; } static void