# HG changeset patch # User Matti Hamalainen # Date 1169816041 0 # Node ID 22cd8161c9e72c1575e0d965351309a28e17f56d # Parent 53bdac2e0dcb62d194ef41b44b16fbe8197124df Cosmetics diff -r 53bdac2e0dcb -r 22cd8161c9e7 src/xmms-sid.h --- 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 *, ...);