aboutsummaryrefslogtreecommitdiff
path: root/libid3tag/utf16.h
diff options
context:
space:
mode:
Diffstat (limited to 'libid3tag/utf16.h')
-rw-r--r--libid3tag/utf16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libid3tag/utf16.h b/libid3tag/utf16.h
index b7be49c..fe7466b 100644
--- a/libid3tag/utf16.h
+++ b/libid3tag/utf16.h
@@ -19,7 +19,7 @@
* $Id: utf16.h,v 1.8 2004/01/23 09:41:32 rob Exp $
*/
-# ifndef LIBID3TAG_UTF16_H
+#ifndef LIBID3TAG_UTF16_H
# define LIBID3TAG_UTF16_H
# include "id3tag.h"
@@ -48,4 +48,4 @@ id3_length_t id3_utf16_serialize(id3_byte_t **, id3_ucs4_t const *,
id3_ucs4_t *id3_utf16_deserialize(id3_byte_t const **, id3_length_t,
enum id3_utf16_byteorder);
-# endif
+#endif

Return to:

Send suggestions and report system problems to the System administrator.