fixed some warnings
svn-id: r4204
This commit is contained in:
parent
f412e7bb57
commit
ff376ea8a5
5 changed files with 13 additions and 5 deletions
|
@ -33,7 +33,8 @@
|
|||
|
||||
static char *ltrim(char *t)
|
||||
{
|
||||
for (; *t && (*t == ' '); t++);
|
||||
for (; *t && (*t == ' '); t++)
|
||||
;
|
||||
return t;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue