Browse Source

readclause.c: Fix -Wmissing-prototypes warnings.

master
Reece H. Dunn 7 years ago
parent
commit
255147ee75
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/readclause.c

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

return sign; // -1, 0, or 1 return sign; // -1, 0, or 1
} }


int AddNameData(const char *name, int wide)
static int AddNameData(const char *name, int wide)
{ {
// Add the name to the namedata and return its position // Add the name to the namedata and return its position
// (Used by the Windows SAPI wrapper) // (Used by the Windows SAPI wrapper)

Loading…
Cancel
Save