Skip to content

Commit

Permalink
Minor indentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
twojstaryzdomu committed Feb 26, 2022
1 parent 6cb9b63 commit af4de04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.c
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@ void server_options(char **args, int *argc_p)
if (update_links) {
args[ac++] = "--update-links";
if (allow_link_update_dir)
args[ac++] = "--allow-link-update-dir";
args[ac++] = "--allow-link-update-dir";
}
} else {
if (copy_links)
Expand Down

0 comments on commit af4de04

Please sign in to comment.