syntax error fixed (s/;/,/)

Original commit message from CVS:
syntax error fixed (s/;/,/)
This commit is contained in:
Erik Walthinsen 2001-04-27 20:58:24 +00:00
parent c02326cf46
commit 4a1566b7ee

View file

@ -95,7 +95,7 @@ const gchar *_gst_category_colors[] = {
[GST_CAT_XML] = "",
[GST_CAT_NEGOTIATION] = "",
[31] = "";
[31] = "",
};