mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-20 14:54:17 +02:00
removed an extra assignment statement
This commit is contained in:
parent
d2d763b36b
commit
ebcbcac9d2
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue