1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 15:06:44 +02:00

(do_copy): Add unreachable `return 0' to stifle warning.

This commit is contained in:
Jim Meyering
1998-01-22 08:36:27 +00:00
parent 6a8e657775
commit ef63ce007d

View File

@@ -581,6 +581,9 @@ is not a directory"),
dest);
usage (1);
}
/* unreachable */
return 0;
}
static void