From 7ed17c0fba77aa4344380fe058d9e6a1b841efb9 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 1 Aug 2001 02:09:09 +0000 Subject: [PATCH] Remove a misplaced space. --- bin/df/df.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/df/df.c b/bin/df/df.c index c7a13bf54ba2..883200ee88b4 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 '?':