Browse Source

Remove a dead assignment in CheckDottedAbbrev(translate.c) [clang scan-build]

master
Reece H. Dunn 9 years ago
parent
commit
b04330ac85
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/libespeak-ng/translate.c

+ 0
- 1
src/libespeak-ng/translate.c View File

@@ -640,7 +640,6 @@ static int CheckDottedAbbrev(char *word1)

word = word1;
wbuf = word_buf;
ix = 0;

for (;;) {
ok = 0;

Loading…
Cancel
Save