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 MatchRule(dictionary.c) [clang scan-build]
master
Reece H. Dunn
9 years ago
parent
e815f46ff3
commit
11136fb794
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/libespeak-ng/dictionary.c
+ 0
- 1
src/libespeak-ng/dictionary.c
View File
@@ -1590,7 +1590,6 @@ static void MatchRule(Translator *tr, char *word[], char *word_start, int group_
total_consumed = 0;
common_phonemes = NULL;
match_type = 0;
best.points = 0;
best.phonemes = "";
Write
Preview
Loading…
Cancel
Save