Browse Source

Correction to comment for revision 209:

'Make more functions and variables "static"'


git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@210 d46cf337-b52f-0410-862d-fd96e6ae7743
master
jonsd 16 years ago
parent
commit
90cb171a52
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/translate.cpp

+ 1
- 1
src/translate.cpp View File

return(0); return(0);
} }


int IsDigit09(unsigned int c)
static int IsDigit09(unsigned int c)
{//========================= {//=========================
if((c >= '0') && (c <= '9')) if((c >= '0') && (c <= '9'))
return(1); return(1);

Loading…
Cancel
Save