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