Coding style, comments, spelling...
This commit is contained in:
parent
109dad1bee
commit
f3e85c2f70
9 changed files with 6 additions and 20 deletions
|
@ -67,7 +67,7 @@ plurize(char *buf, int size, int n)
|
|||
if (!len || n <= 1)
|
||||
return buf;
|
||||
|
||||
switch(buf[len - 1]) {
|
||||
switch (buf[len - 1]) {
|
||||
case 'y':
|
||||
buf[len - 1] = '\0';
|
||||
strncat(buf, "ies", size - len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue