From: Thibault Saunier Date: Mon, 22 Apr 2013 12:41:26 +0000 (-0300) Subject: Fix compilation X-Git-Tag: 1.19.3~493^2~1907 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf4a05d2e7baccea0474c23a5f6b546695af1aee;p=platform%2Fupstream%2Fgstreamer.git Fix compilation --- diff --git a/ges/ges-xml-formatter.c b/ges/ges-xml-formatter.c index 3935a8a..1a2c193 100644 --- a/ges/ges-xml-formatter.c +++ b/ges/ges-xml-formatter.c @@ -1122,8 +1122,7 @@ _save_encoding_profiles (GString * str, GESProject * project) _save_stream_profiles (str, sprof, profname, i); } } - append_escaped (str, - g_markup_printf_escaped ("\n", NULL)); + append_escaped (str, g_markup_printf_escaped ("\n")); } }