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

This commit is contained in:
Daniel Stenberg 2004-06-08 21:25:11 +00:00
parent 8ee564c216
commit 80197cf493

View File

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