Browse Source

Remove a dead assignment in compile_line(compiledict.c) [clang scan-build]

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

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

int c2; int c2;


all_upper_case = 1; all_upper_case = 1;
p = word;
for (p = word;;) { for (p = word;;) {
// this assumes that the lower case char is the same length as the upper case char // this assumes that the lower case char is the same length as the upper case char
// OK, except for Turkish "I", but use towlower() rather than towlower2() // OK, except for Turkish "I", but use towlower() rather than towlower2()

Loading…
Cancel
Save