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
This commit is contained in:
Erik Walthinsen 2001-10-21 02:06:12 +00:00
parent e5b6d0c8aa
commit de48822104

View file

@ -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 */