fsck: fix -C parsing

Reported-by: Steve Grubb <sgrubb@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2011-02-17 11:56:51 +01:00
parent 9da2972c15
commit f1c2eaac53
1 changed files with 1 additions and 1 deletions

View File

@ -1324,8 +1324,8 @@ static void PRS(int argc, char *argv[])
if (progress_fd < 0)
progress_fd = 0;
else {
++i;
goto next_arg;
i++;
}
}
break;