From b1ed7faa30716835e033469f3edb5a63ac0b1fe1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 14 Dec 2003 21:27:49 +0000 Subject: [PATCH] dist fix Original commit message from CVS: dist fix --- gst-libs/gst/tag/tag.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/tag/tag.h b/gst-libs/gst/tag/tag.h index 24d3a2d3bf..97eaf93618 100644 --- a/gst-libs/gst/tag/tag.h +++ b/gst-libs/gst/tag/tag.h @@ -18,8 +18,8 @@ */ -#ifndef __GST_TAG_H__ -#define __GST_TAG_H__ +#ifndef __GST_TAG_TAG_H__ +#define __GST_TAG_TAG_H__ #include @@ -59,4 +59,4 @@ G_CONST_RETURN gchar * gst_tag_to_id3_tag (const gchar * gst_tag); G_END_DECLS -#endif /* __GST_TAG_H__ */ +#endif /* __GST_TAG_TAG_H__ */