diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-31 12:46:46 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-31 12:46:46 +0100 |
commit | f17a3a9afff087f8f6336507a0e414885a532b2c (patch) | |
tree | 8258b1965e95ef51f5a950f915ad5b35c100d5d3 /src/main.c | |
parent | 3f866cec7095cd80307ff0f5203538b49f43cf3f (diff) |
Add comment to preproc directive
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |