Skip to content

Commit d4ade4f

Browse files
committed
forgot to commit
1 parent 3a583e2 commit d4ade4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/file_reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
char **read_file(const char *filename, size_t line_counted);
66

7-
void free_file_content(char **lines, size_t line_counted);
7+
void free_file_content(char **array_of_strings, size_t line_counted);

0 commit comments

Comments
 (0)