From 7abafd429ad08b2d3c321cfd50b6f53e1ecc8e33 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:11:56 +0000 Subject: [PATCH] fix tab vs space Original commit message from CVS: fix tab vs space --- gst/gstelement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstelement.h b/gst/gstelement.h index 7d712d7..52141e3 100644 --- a/gst/gstelement.h +++ b/gst/gstelement.h @@ -294,7 +294,7 @@ typedef struct _GstElementDetails GstElementDetails; struct _GstElementDetails { gchar *longname; /* long, english name */ gchar *klass; /* type of element, as hierarchy */ - gchar *license; /* license element is under */ + gchar *license; /* license element is under */ gchar *description; /* insights of one form or another */ gchar *version; /* version of the element */ gchar *author; /* who wrote this thing? */ -- 2.7.4