From ebcbcac9d2b230a37347f60aa3e2715a07bb13a6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 30 Aug 2008 16:34:59 -0500 Subject: [PATCH] removed an extra assignment statement --- softsynth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/softsynth.c b/softsynth.c index aa10480..a5a324e 100644 --- a/softsynth.c +++ b/softsynth.c @@ -175,7 +175,6 @@ void main_loop (struct synth_t *s) j = length-i; for(length = 0; length < j; length++) *(buf+length) = *(buf+i++); - *(buf+length) = 0; break; } *(buf+length) = 0;