@@ -137,13 +137,13 @@ struct hostent *he; char **ip; struct sockaddr_in *addrs, *addrsIter; /* - * If the host is an IP address, don't try resolving it. On - * the Wii for example, the resolver will return an error if - * you specify an IP address. + * If the host is an IP address, don't try resolving it. On the + * Wii for example, the resolver will return an error if you + * specify an IP address. */ if ((s_addr = inet_addr([host UTF8String])) != INADDR_NONE) { of_resolver_result_t *tmp; struct sockaddr_in *addr;