git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@142 d46cf337-b52f-0410-862d-fd96e6ae7743master
nl_count++; | nl_count++; | ||||
c2 = GetC(); // skip past space(s) | c2 = GetC(); // skip past space(s) | ||||
} | } | ||||
UngetC(c2); | |||||
if(!Eof()) | |||||
{ | |||||
UngetC(c2); | |||||
} | |||||
if((nl_count==0) && (c1 == '.')) | if((nl_count==0) && (c1 == '.')) | ||||
{ | { |