summaryrefslogtreecommitdiffstats
path: root/sbin/tunefs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/tunefs')
-rw-r--r--sbin/tunefs/tunefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c
index 583dbff..e277a71 100644
--- a/sbin/tunefs/tunefs.c
+++ b/sbin/tunefs/tunefs.c
@@ -87,7 +87,7 @@ main(argc, argv)
struct fstab *fs;
char *chg[2], device[MAXPATHLEN];
- argc--, argv++;
+ argc--, argv++;
if (argc < 2)
usage();
special = argv[argc - 1];
OpenPOWER on IntegriCloud