Be careful to always return something.
authorJim Meyering <jim@meyering.net>
Tue, 13 Feb 1996 05:28:38 +0000 (05:28 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 13 Feb 1996 05:28:38 +0000 (05:28 +0000)
lib/canon-host.c

index 83b2cb9..f302f57 100644 (file)
@@ -72,8 +72,6 @@ canon_host (host)
       if (he)
        return (char *) (he->h_name);
     }
-
-#else /* ! HAVE_GETHOSTBYNAME */
-  return 0;
 #endif /* HAVE_GETHOSTBYNAME */
+  return 0;
 }