I just hate to be pushed around by some @#$%^& machine.
This commit is contained in:
parent
86a1a5e7b3
commit
1c171e3add
15 changed files with 29 additions and 29 deletions
|
|
@ -175,7 +175,7 @@ nspaceafter(char *s)
|
|||
n = strlen(s);
|
||||
if(n < 2)
|
||||
return 1;
|
||||
if(isupper(s[0]) && n < 4)
|
||||
if(isupper((uchar)s[0]) && n < 4)
|
||||
return 1;
|
||||
if(strchr(".!?", s[n-1]) != nil)
|
||||
return 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue