Browse Source

Fix format

master
Samuel Thibault 1 year ago
parent
commit
f93adadf12
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/numbers.c

+ 1
- 1
src/libespeak-ng/numbers.c View File

if (prev_thousands == 0) { if (prev_thousands == 0) {
if ((decimal_point == 0) && (ordinal == 0)) { if ((decimal_point == 0) && (ordinal == 0)) {
// Look for special pronunciation for this number in isolation (LANG=kl) // Look for special pronunciation for this number in isolation (LANG=kl)
sprintf(string, "_%dn", value);
sprintf(string, "_%ldn", value);
if (Lookup(tr, string, ph_out)) if (Lookup(tr, string, ph_out))
return 1; return 1;
} }

Loading…
Cancel
Save