fix compiler warning

This commit is contained in:
Yang Tse 2008-09-10 13:39:35 +00:00
parent 152cf6325d
commit a834b98232
1 changed files with 1 additions and 1 deletions

View File

@ -2437,7 +2437,7 @@ get_pathname(const char **cpp, char **path)
{
const char *cp = *cpp, *end;
char quot;
u_int i, j;
unsigned int i, j;
static const char * const WHITESPACE = " \t\r\n";
cp += strspn(cp, WHITESPACE);