# HG changeset patch # User Matti Hamalainen # Date 1131442382 0 # Node ID 5a92a2aee74c06e21aab38d52b9d4f20e921effe # Parent 421e4fc13bce00870b56df7467a19854b10e5af0 Better comments and .. you guessed it: more indentation fixes. :) diff -r 421e4fc13bce -r 5a92a2aee74c src/xmms-sid.c --- 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 }; diff -r 421e4fc13bce -r 5a92a2aee74c src/xmms-sid.h --- 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