diff options
Diffstat (limited to 'util-linux/losetup.c')
-rw-r--r-- | util-linux/losetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index e2d4e4d..9409cdf 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c @@ -18,7 +18,7 @@ int losetup_main(int argc, char **argv) char *opt_o; unsigned long long offset = 0; - opt = getopt32(argc, argv, "do:", &opt_o); + opt = getopt32(argv, "do:", &opt_o); argc -= optind; argv += optind; |