aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-31 13:44:14 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-10-31 13:44:14 +0100
commit5a64fd9bdefdafa149fe2ff318d8046191961959 (patch)
treeae72e2e356f26444d6326e3b9a751e479df74097 /src/main.c
parentf17a3a9afff087f8f6336507a0e414885a532b2c (diff)
Add more comments
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 7e4d896..33e5869 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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 */