Browse Source

Fixed TODO comment removed

master
Valdis Vitolins 8 years ago
parent
commit
76ac24fbe4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/dictionary.c

+ 1
- 1
src/libespeak-ng/dictionary.c View File

@@ -1859,7 +1859,7 @@ static void MatchRule(Translator *tr, char *word[], char *word_start, int group_
break;
case RULE_DEC_SCORE:
add_points = -20; // force an decrease in points
break; // TODO schould check why '<' is shown as '!' in rules trace
break;
case RULE_DEL_FWD:
// find the next 'e' in the word and replace by 'E'
for (p = *word + group_length; p < post_ptr; p++) {

Loading…
Cancel
Save