Commit 80197cf4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

James Bursa fixed a RISC OS init issue, removed trailing whitespace

parent 8ee564c2
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ DhcpNameServer
     system variable Inet$Resolvers, space separated. */

  line = getenv("Inet$Resolvers");
  status = ARES_EFILE;
  status = ARES_EOF;
  if (line) {
    char *resolvers = strdup(line), *pos, *space;