Skip to content
Snippets Groups Projects
Commit 40973d5e authored by Le-Bao-Tin.Ha's avatar Le-Bao-Tin.Ha
Browse files

Update map.c

parent fbf7443b
No related branches found
No related tags found
4 merge requests!8Modele,!7Modele,!6Modele,!5Modele Version 1
......@@ -46,7 +46,7 @@ int **maptomatrix(MAP *map){
printf("Open : %s \n",map->path);
if(!(bin=fopen(map->path,"rb"))){
puts("Error to open the map !");
return 0;
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment