This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix clang -Wunreachable-code-return warnings.
master
Reece H. Dunn
9 years ago
parent
9e643b5620
commit
fe31f299ca
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/libespeak-ng/wavegen.c
+ 0
- 1
src/libespeak-ng/wavegen.c
View File
@@ -1185,7 +1185,6 @@ int Wavegen()
if (out_ptr >= out_end)
return 1;
}
return 0;
}
static int PlaySilence(int length, int resume)
Write
Preview
Loading…
Cancel
Save