changeset 20243:0a9161100f9d

Be careful to always return something.
author Jim Meyering <jim@meyering.net>
date Tue, 13 Feb 1996 05:28:38 +0000
parents efa7bb59a316
children 0b77dc702327
files lib/canon-host.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/canon-host.c	Tue Feb 13 05:21:12 1996 +0000
+++ b/lib/canon-host.c	Tue Feb 13 05:28:38 1996 +0000
@@ -72,8 +72,6 @@
       if (he)
 	return (char *) (he->h_name);
     }
-
-#else /* ! HAVE_GETHOSTBYNAME */
+#endif /* HAVE_GETHOSTBYNAME */
   return 0;
-#endif /* HAVE_GETHOSTBYNAME */
 }