added empty string for category 31, lest the coloration break
authorErik Walthinsen <omega@temple-baptist.org>
Sun, 21 Oct 2001 02:06:12 +0000 (02:06 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Sun, 21 Oct 2001 02:06:12 +0000 (02:06 +0000)
Original commit message from CVS:
added empty string for category 31, lest the coloration break

gst/gstinfo.c

index ea63ea6..41244b4 100644 (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 */