Commit 2b767161 authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning: defined but not used

parent 7c963108
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ int main(int argc, char *argv[])
  }
#endif
  if(rc)
    printf("Resolving '%s' didn't work\n", host);
    printf("Resolving IPv%d '%s' didn't work\n", (use_ipv6?6:4), host);

  return !rc?0:1;
}