changeset 365:5a92a2aee74c

Better comments and .. you guessed it: more indentation fixes. :)
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 08 Nov 2005 09:33:02 +0000
parents 421e4fc13bce
children 29c4484f1de2
files src/xmms-sid.c src/xmms-sid.h
diffstat 2 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmms-sid.c	Tue Nov 08 08:31:01 2005 +0000
+++ b/src/xmms-sid.c	Tue Nov 08 09:33:02 2005 +0000
@@ -64,8 +64,8 @@
 	 xs_sidplay1_init, xs_sidplay1_close,
 	 xs_sidplay1_initsong, xs_sidplay1_fillbuffer,
 	 xs_sidplay1_loadsid, xs_sidplay1_deletesid,
-	 xs_sidplay1_getsidinfo}
-	,
+	 xs_sidplay1_getsidinfo
+	},
 #endif
 #ifdef HAVE_SIDPLAY2
 	{XS_ENG_SIDPLAY2,
@@ -73,8 +73,8 @@
 	 xs_sidplay2_init, xs_sidplay2_close,
 	 xs_sidplay2_initsong, xs_sidplay2_fillbuffer,
 	 xs_sidplay2_loadsid, xs_sidplay2_deletesid,
-	 xs_sidplay2_getsidinfo}
-	,
+	 xs_sidplay2_getsidinfo
+	},
 #endif
 };
 
--- a/src/xmms-sid.h	Tue Nov 08 08:31:01 2005 +0000
+++ b/src/xmms-sid.h	Tue Nov 08 09:33:02 2005 +0000
@@ -45,11 +45,14 @@
 /*
  * Some constants and defines
  */
-/* Define for spurious debugging messages */
+/* #define to enable spurious debugging messages for development
+ * purposes. Output goes to stderr. See also DEBUG_NP below.
+ */
 #define DEBUG
 
 /* Define to ISO C99 macro for debugging instead of varargs function.
- * This provides more useful information.
+ * This provides more useful information, but is incompatible with
+ * older standards. If #undef'd, a varargs function is used instead.
  */
 #define DEBUG_NP