aboutsummaryrefslogtreecommitdiff
path: root/libid3tag/frametype.h
diff options
context:
space:
mode:
Diffstat (limited to 'libid3tag/frametype.h')
-rw-r--r--libid3tag/frametype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libid3tag/frametype.h b/libid3tag/frametype.h
index dd064b2..cdbf217 100644
--- a/libid3tag/frametype.h
+++ b/libid3tag/frametype.h
@@ -19,7 +19,7 @@
* $Id: frametype.h,v 1.7 2004/01/23 09:41:32 rob Exp $
*/
-# ifndef LIBID3TAG_FRAMETYPE_H
+#ifndef LIBID3TAG_FRAMETYPE_H
# define LIBID3TAG_FRAMETYPE_H
struct id3_frametype {
@@ -39,4 +39,4 @@ extern struct id3_frametype const id3_frametype_obsolete;
struct id3_frametype const *id3_frametype_lookup(register char const *,
register unsigned int);
-# endif
+#endif

Return to:

Send suggestions and report system problems to the System administrator.