Style fix - dedup - deduplicating backup program HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit f1708aa4255bcf52cf3a4fe1d0fc7aae972ba1ea DIR parent d189d4fc283a9295791c1c7a83802ab4141651ca HTML Author: sin <sin@2f30.org> Date: Thu, 18 Apr 2019 11:23:35 +0100 Style fix Diffstat: M dinfo.c | 1 - M dlist.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) --- DIR diff --git a/dinfo.c b/dinfo.c @@ -112,7 +112,6 @@ main(int argc, char *argv[]) usage(); }; - if (chdir(repo) < 0) err(1, "chdir: %s", repo); DIR diff --git a/dlist.c b/dlist.c @@ -103,7 +103,6 @@ main(int argc, char *argv[]) usage(); }; - if (chdir(repo) < 0) err(1, "chdir: %s", repo);