Skip to content

Commit

Permalink
xz: Fix white space error.
Browse files Browse the repository at this point in the history
Thanks to xx on #tukaani.
  • Loading branch information
Larhzu committed Apr 15, 2024
1 parent 462ca94 commit eeca8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xz/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ parse_real(args_info *args, int argc, char **argv)
{ "check", required_argument, NULL, 'C' },
{ "ignore-check", no_argument, NULL, OPT_IGNORE_CHECK },
{ "block-size", required_argument, NULL, OPT_BLOCK_SIZE },
{ "block-list", required_argument, NULL, OPT_BLOCK_LIST },
{ "block-list", required_argument, NULL, OPT_BLOCK_LIST },
{ "memlimit-compress", required_argument, NULL, OPT_MEM_COMPRESS },
{ "memlimit-decompress", required_argument, NULL, OPT_MEM_DECOMPRESS },
{ "memlimit-mt-decompress", required_argument, NULL, OPT_MEM_MT_DECOMPRESS },
Expand Down

0 comments on commit eeca8f7

Please sign in to comment.