From a4f0b93836fa84c80d68ffdab4e36dd026a498f0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 17 Jan 2021 12:37:27 -0800 Subject: Added comment --- bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bp.c') diff --git a/bp.c b/bp.c index 644ccd2..3165b12 100644 --- a/bp.c +++ b/bp.c @@ -523,7 +523,7 @@ int main(int argc, char *argv[]) int found = 0; if (mode == MODE_JSON) printf("["); - if (git) { + if (git) { // Get the list of files from `git --ls-files ...` int fds[2]; check(pipe(fds) == 0, "Failed to create pipe"); pid_t child = fork(); -- cgit v1.2.3