Browse Source

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

master
Reece H. Dunn 9 years ago
parent
commit
b79635335f
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

if (spell_word > 0) { if (spell_word > 0) {
// Speak as individual letters // Speak as individual letters
phonemes[0] = 0; phonemes[0] = 0;
end_type = 0;


if (SpeakIndividualLetters(tr, word1, phonemes, spell_word) == NULL) { if (SpeakIndividualLetters(tr, word1, phonemes, spell_word) == NULL) {
if (word_length > 1) if (word_length > 1)

Loading…
Cancel
Save