Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
fix --lzma
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Nov 24, 2022
1 parent d02d5d7 commit 1452922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static struct option long_options[] = {
};

/* constants for ease of maintenance in getopt loop */
#define LONGSTART 34
#define LONGSTART 35

static void set_stdout(struct rzip_control * control) {
control->flags |= FLAG_STDOUT;
Expand Down

0 comments on commit 1452922

Please sign in to comment.