aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-08 00:49:02 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-08 08:41:31 -0500
commit12de87876260914106f5bb5cf42b3a1934e9863b (patch)
tree3be4e93b2b96cb85d0e4b2cd044e879e683a4206 /main.c
parentc202fb79da904355c885505e30ce5c3e1e019b94 (diff)
downloadreloc-12de87876260914106f5bb5cf42b3a1934e9863b.tar.gz
Add comments
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index c13b44d..f590126 100644
--- a/main.c
+++ b/main.c
@@ -150,7 +150,10 @@ int main(int argc, char *argv[]) {
records++;
}
+ // Write output file to disk
reloc_write(info, output_file);
+
+ // Report number of strings processed
printf(SIZE_T_FMT"\n", records);
free(needle);