changeset 478:22cd8161c9e7

Cosmetics
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Jan 2007 12:54:01 +0000
parents 53bdac2e0dcb
children 99f05a74de5b
files src/xmms-sid.h
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmms-sid.h	Fri Jan 26 12:53:05 2007 +0000
+++ b/src/xmms-sid.h	Fri Jan 26 12:54:01 2007 +0000
@@ -61,7 +61,7 @@
 /* #define to enable spurious debugging messages for development
  * purposes. Output goes to stderr. See also DEBUG_NP below.
  */
-#define DEBUG
+//#define DEBUG
 
 /* Define to ISO C99 macro for debugging instead of varargs function.
  * This provides more useful information, but is incompatible with
@@ -228,8 +228,7 @@
 		gint nsubTunes, gint startTune, const gchar * sidName,
 		const gchar * sidComposer, const gchar * sidCopyright,
 		gint loadAddr, gint initAddr, gint playAddr,
-		gint dataFileLen, const gchar *sidFormat,
-		gint sidModel);
+		gint dataFileLen, const gchar *sidFormat, gint sidModel);
 void	xs_tuneinfo_free(t_xs_tuneinfo *);
 
 void	xs_error(const char *, ...);