removed an extra assignment statement

This commit is contained in:
William Hubbs 2008-08-30 16:34:59 -05:00
commit ebcbcac9d2

View file

@ -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;