# HG changeset patch # User Matti Hamalainen # Date 1077795663 0 # Node ID 7327a985aee8023f890b997404c209ce6af16b74 # Parent 8b9c14540e53de5ca69d540edee9969b633b5c97 Typofixes diff -r 8b9c14540e53 -r 7327a985aee8 src/xs_config.c --- a/src/xs_config.c Thu Feb 26 11:41:00 2004 +0000 +++ b/src/xs_config.c Thu Feb 26 11:41:03 2004 +0000 @@ -185,7 +185,7 @@ #ifdef HAVE_NANOSID xs_cfg.playerEngine = XS_ENG_NANOSID; #else -#error This should not happen! No emulator engines! +#error This should not happen! No emulator engines configured in! #endif #endif #endif diff -r 8b9c14540e53 -r 7327a985aee8 src/xs_stil.c --- a/src/xs_stil.c Thu Feb 26 11:41:00 2004 +0000 +++ b/src/xs_stil.c Thu Feb 26 11:41:03 2004 +0000 @@ -55,6 +55,7 @@ if (pNode) { + /* Free subtune information */ for (i = 0; i < XS_STIL_MAXENTRY; i++) { g_free(pNode->subTune[i].pName);