From bf4a05d2e7baccea0474c23a5f6b546695af1aee Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 22 Apr 2013 09:41:26 -0300 Subject: [PATCH] Fix compilation --- ges/ges-xml-formatter.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ges/ges-xml-formatter.c b/ges/ges-xml-formatter.c index 3935a8a9a5..1a2c1931b6 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")); } }