makefile changes

This commit is contained in:
Chris Cromer
2016-10-17 20:18:31 -03:00
parent f57e74850b
commit eb72e7f2f8
3 changed files with 4 additions and 2 deletions

View File

@@ -9,8 +9,8 @@
int readfile(CONFIG *config) {
FILE *file = NULL;
int start;
int end;
int start = 0;
int end = 0;
int i = 0;
char *line = NULL;
char **array = NULL;