diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-31 13:44:14 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-31 13:44:14 +0100 |
commit | 5a64fd9bdefdafa149fe2ff318d8046191961959 (patch) | |
tree | ae72e2e356f26444d6326e3b9a751e479df74097 /src/main.c | |
parent | f17a3a9afff087f8f6336507a0e414885a532b2c (diff) |
Add more comments
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -222,7 +222,7 @@ main(int argc, char **argv) free((void *)*f); array_free(filenames); #endif -#endif +#endif /* DEBUG */ return rv; } @@ -394,4 +394,4 @@ getfstream(int globc, char **globv) close(fds[W]); return fdopen(fds[R], "r"); } -#endif +#endif /* GIT_GRAB */ |