aboutsummaryrefslogtreecommitdiff
path: root/libid3tag/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'libid3tag/utf8.h')
-rw-r--r--libid3tag/utf8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libid3tag/utf8.h b/libid3tag/utf8.h
index 572bb2a..279b7ad 100644
--- a/libid3tag/utf8.h
+++ b/libid3tag/utf8.h
@@ -19,7 +19,7 @@
* $Id: utf8.h,v 1.7 2004/01/23 09:41:32 rob Exp $
*/
-# ifndef LIBID3TAG_UTF8_H
+#ifndef LIBID3TAG_UTF8_H
# define LIBID3TAG_UTF8_H
# include "id3tag.h"
@@ -39,4 +39,4 @@ id3_utf8_t id3_utf8_get(id3_byte_t const **);
id3_length_t id3_utf8_serialize(id3_byte_t **, id3_ucs4_t const *, int);
id3_ucs4_t *id3_utf8_deserialize(id3_byte_t const **, id3_length_t);
-# endif
+#endif

Return to:

Send suggestions and report system problems to the System administrator.