diff src/xs_config.c @ 657:acaba070cf49

Lots of cosmetic code cleanups; synced the de-gettextification from Audacious-SID, I suppose it makes some sense ...
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 19:46:59 +0300
parents 7a2d62a249a4
children b0743dc9165d
line wrap: on
line diff
--- a/src/xs_config.c	Wed Mar 26 08:55:29 2008 +0200
+++ b/src/xs_config.c	Wed Apr 02 19:46:59 2008 +0300
@@ -210,7 +210,7 @@
 	XSDEBUG("initializing configuration ...\n");
 	XS_MUTEX_LOCK(xs_cfg);
 
-	xs_memset(&xs_cfg, 0, sizeof(xs_cfg));
+	memset(&xs_cfg, 0, sizeof(xs_cfg));
 	
 	/* Initialize values with sensible defaults */
 	xs_cfg.audioBitsPerSample = XS_RES_16BIT;