From f17a3a9afff087f8f6336507a0e414885a532b2c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 31 Oct 2024 12:46:46 +0100 Subject: Add comment to preproc directive --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 18aee07..7e4d896 100644 --- a/src/main.c +++ b/src/main.c @@ -183,7 +183,7 @@ main(int argc, char **argv) argv++; flags.do_header = true; } -#endif +#endif /* !GIT_GRAB */ tpool_t tp; int thrds = tpinit(&tp, -- cgit v1.2.3