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
Remove a dead assignment in compile_rule(compiledict.c) [clang scan-build]
master
Reece H. Dunn
9 years ago
parent
365e41076f
commit
2c07be17f9
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
0
2
src/libespeak-ng/compiledict.c
+ 0
- 2
src/libespeak-ng/compiledict.c
View File
@@ -1023,8 +1023,6 @@ static char *compile_rule(char *input)
p = buf;
for (ix = 0; finish == 0; ix++) {
c = input[ix];
switch (c = input[ix])
{
case ')': // end of prefix section
Write
Preview
Loading…
Cancel
Save