summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-04-05 15:50:18 +0000
committerJim Meyering <jim@meyering.net>1993-04-05 15:50:18 +0000
commit9b8fe62dc8a8001c0de3cf44471d21bcaf887d28 (patch)
treed40245938d82d47e4387d5ebeef8c0cf69a80b1c /src/install.c
parente5a97dc971a2d5a61d203f78ebc0d51bf9278ec6 (diff)
downloadcoreutils-9b8fe62dc8a8001c0de3cf44471d21bcaf887d28.tar.xz
Add `case 0' to getopt_long switch.
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/install.c b/src/install.c
index d2ad40b0b..ce5ccadd5 100644
--- a/src/install.c
+++ b/src/install.c
@@ -172,6 +172,8 @@ main (argc, argv)
{
switch (optc)
{
+ case 0:
+ break;
case 'c':
break;
case 's':