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

pull/1/head
Daniel Stenberg 21 years ago
parent 080f8f4cd4
commit 80c6ba9b31
  1. 2
      ares_init.c

@ -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;

Loading…
Cancel
Save