diff --git a/dnsresolve.c b/dnsresolve.c --- a/dnsresolve.c +++ b/dnsresolve.c @@ -33,5 +33,5 @@ } } - return 0; + return EXIT_SUCCESS; }