gst: this is an internal function where we already ensure !NULL when calling

This commit is contained in:
Stefan Kost 2010-03-03 21:50:21 +02:00
parent b9cb52a2c2
commit 646d436799

View file

@ -240,7 +240,7 @@ parse_debug_list (const gchar * list)
gchar **split;
gchar **walk;
g_return_if_fail (list != NULL);
g_assert (list);
split = g_strsplit (list, ",", 0);