changeset 141:7327a985aee8

Typofixes
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2004 11:41:03 +0000
parents 8b9c14540e53
children c85e9b8bf885
files src/xs_config.c src/xs_stil.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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);