(do_copy): Add unreachable `return 0' to stifle warning.
authorJim Meyering <jim@meyering.net>
Thu, 22 Jan 1998 08:36:27 +0000 (08:36 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Jan 1998 08:36:27 +0000 (08:36 +0000)
src/cp.c

index 57b9d17..cc2e4ea 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -581,6 +581,9 @@ is not a directory"),
             dest);
       usage (1);
     }
+
+  /* unreachable */
+  return 0;
 }
 
 static void