Skip to content
Snippets Groups Projects
Commit a834b982 authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning

parent 152cf632
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment