Skip to content

Commit

Permalink
Fixed align
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorWeders committed Sep 18, 2024
1 parent cd1ce83 commit 1200e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goodbyedpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static struct option long_options[] = {
{"fake-gen", required_argument, 0, 'j' },
{"fake-resend", required_argument, 0, 't' },
{"debug-exit", optional_argument, 0, 'x' },
{"debug-log", optional_argument, 0, 'l' },
{"debug-log", optional_argument, 0, 'l' },
{0, 0, 0, 0 }
};

Expand Down

0 comments on commit 1200e0a

Please sign in to comment.