summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/df/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/df/df.c b/bin/df/df.c
index c7a13bf..883200e 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -173,7 +173,7 @@ main(argc, argv)
case 't':
if (vfslist != NULL)
errx(1, "only one -t option may be specified.");
- fstype = optarg;
+ fstype = optarg;
vfslist = makevfslist(optarg);
break;
case '?':
OpenPOWER on IntegriCloud