aboutsummaryrefslogtreecommitdiff
path: root/libid3tag/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'libid3tag/version.c')
-rw-r--r--libid3tag/version.c38
1 files changed, 19 insertions, 19 deletions
diff --git a/libid3tag/version.c b/libid3tag/version.c
index d54b80a..ca8d46a 100644
--- a/libid3tag/version.c
+++ b/libid3tag/version.c
@@ -19,27 +19,27 @@
* $Id: version.c,v 1.7 2004/01/23 09:41:32 rob Exp $
*/
-# ifdef HAVE_CONFIG_H
-# include "config.h"
-# endif
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
-# include "global.h"
+#include "global.h"
-# include "id3tag.h"
-# include "version.h"
+#include "id3tag.h"
+#include "version.h"
-char const id3_version[] = "ID3 Tag Library " ID3_VERSION;
-char const id3_copyright[] = "Copyright (C) " ID3_PUBLISHYEAR " " ID3_AUTHOR;
-char const id3_author[] = ID3_AUTHOR " <" ID3_EMAIL ">";
+char const id3_version[] = "ID3 Tag Library " ID3_VERSION;
+char const id3_copyright[] =
+ "Copyright (C) " ID3_PUBLISHYEAR " " ID3_AUTHOR;
+char const id3_author[] = ID3_AUTHOR " <" ID3_EMAIL ">";
char const id3_build[] = ""
-# if defined(DEBUG)
- "DEBUG "
-# elif defined(NDEBUG)
- "NDEBUG "
-# endif
-
-# if defined(EXPERIMENTAL)
- "EXPERIMENTAL "
-# endif
-;
+#if defined(DEBUG)
+ "DEBUG "
+#elif defined(NDEBUG)
+ "NDEBUG "
+#endif
+#if defined(EXPERIMENTAL)
+ "EXPERIMENTAL "
+#endif
+ ;

Return to:

Send suggestions and report system problems to the System administrator.