README and few little corrections on code readability

This commit is contained in:
Manzovince
2019-05-29 15:42:31 +02:00
parent 0236573b6d
commit 7a07d84d6c
4 changed files with 11 additions and 9 deletions

View File

@@ -142,7 +142,7 @@ int fill_map(unsigned int *map, t_fillist *list, int size)
int search_map(t_fillist *list)
{
t_fillist *tmp;
unsigned int *map;
unsigned int *map = NULL;
int size;
int num;
int i;