From 4a1566b7ee05a5d5b0b8f650b5c65efebd5944a9 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Fri, 27 Apr 2001 20:58:24 +0000 Subject: [PATCH] syntax error fixed (s/;/,/) Original commit message from CVS: syntax error fixed (s/;/,/) --- gst/gstinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstinfo.c b/gst/gstinfo.c index 7bca4af9f3..15263722c4 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -95,7 +95,7 @@ const gchar *_gst_category_colors[] = { [GST_CAT_XML] = "", [GST_CAT_NEGOTIATION] = "", - [31] = ""; + [31] = "", };