diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-08 00:49:02 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-08 08:41:31 -0500 |
commit | 12de87876260914106f5bb5cf42b3a1934e9863b (patch) | |
tree | 3be4e93b2b96cb85d0e4b2cd044e879e683a4206 /main.c | |
parent | c202fb79da904355c885505e30ce5c3e1e019b94 (diff) | |
download | reloc-12de87876260914106f5bb5cf42b3a1934e9863b.tar.gz |
Add comments
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |