Fix compilation
authorThibault Saunier <thibault.saunier@collabora.com>
Mon, 22 Apr 2013 12:41:26 +0000 (09:41 -0300)
committerThibault Saunier <thibault.saunier@collabora.com>
Mon, 22 Apr 2013 12:42:10 +0000 (09:42 -0300)
ges/ges-xml-formatter.c

index 3935a8a..1a2c193 100644 (file)
@@ -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 ("</encoding-profile>\n", NULL));
+    append_escaped (str, g_markup_printf_escaped ("</encoding-profile>\n"));
   }
 }