Browse Source

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

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

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

p = buf; p = buf;


for (ix = 0; finish == 0; ix++) { for (ix = 0; finish == 0; ix++) {
c = input[ix];

switch (c = input[ix]) switch (c = input[ix])
{ {
case ')': // end of prefix section case ')': // end of prefix section

Loading…
Cancel
Save