diff options
Diffstat (limited to '3/part2.c')
| -rw-r--r-- | 3/part2.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ int count_trees(int inc_right, int inc_down, const char * filename) pos = (pos + inc_right) % width; } + fclose(file); + return hit; } |
