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

break; break;
case RULE_DEC_SCORE: case RULE_DEC_SCORE:
add_points = -20; // force an decrease in points add_points = -20; // force an decrease in points
break; // TODO schould check why '<' is shown as '!' in rules trace
break;
case RULE_DEL_FWD: case RULE_DEL_FWD:
// find the next 'e' in the word and replace by 'E' // find the next 'e' in the word and replace by 'E'
for (p = *word + group_length; p < post_ptr; p++) { for (p = *word + group_length; p < post_ptr; p++) {

Loading…
Cancel
Save