Commit a834b982 authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning

parent 152cf632
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);