From de4882210441222d922cbc5acd34cb53f2bfe407 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Sun, 21 Oct 2001 02:06:12 +0000 Subject: [PATCH] added empty string for category 31, lest the coloration break Original commit message from CVS: added empty string for category 31, lest the coloration break --- gst/gstinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gstinfo.c b/gst/gstinfo.c index ea63ea630e..41244b4a3c 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -116,6 +116,7 @@ const gchar *_gst_category_colors[32] = { [GST_CAT_PARAMS] = "00;30;43", // !! [GST_CAT_CALL_TRACE] = "", + [31] = "", }; /* colorization hash - DEPRACATED in favor of above */