changeset 352:2b4ca75b999f

Cleanups
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Oct 2005 19:36:05 +0000
parents 567f05aa90bc
children e39e83c3d3c1
files src/xs_sidplay2.cc
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_sidplay2.cc	Wed Oct 19 23:11:00 2005 +0000
+++ b/src/xs_sidplay2.cc	Mon Oct 31 19:36:05 2005 +0000
@@ -222,6 +222,7 @@
 			XSERR("rs->create() failed. SIDPlay2 suxx again.\n");
 			return FALSE;
 			}
+
 		rs->filter(xs_cfg.emulateFilters);
 		if (!*rs)
 			{
@@ -242,8 +243,6 @@
 			XSERR("rs->filter(NULL) failed.\n");
 			return FALSE;
 			}
-/*
-*/
 		}
 	}
 #endif