Fix compilation

This commit is contained in:
Thibault Saunier 2013-04-22 09:41:26 -03:00
parent dcb1114806
commit bf4a05d2e7

View file

@ -1122,8 +1122,7 @@ _save_encoding_profiles (GString * str, GESProject * project)
_save_stream_profiles (str, sprof, profname, i); _save_stream_profiles (str, sprof, profname, i);
} }
} }
append_escaped (str, append_escaped (str, g_markup_printf_escaped ("</encoding-profile>\n"));
g_markup_printf_escaped ("</encoding-profile>\n", NULL));
} }
} }