This commit is contained in:
2024-12-14 04:13:59 +01:00
parent 5a2a2afe0a
commit 19a05574ab
5 changed files with 31 additions and 33 deletions

2
read.c
View File

@@ -48,6 +48,6 @@ fileToTab2D (const char *name_file, unsigned short int **tab, const unsigned N,
exit (-1);
}
}
fclose(file);
fclose (file);
return targets;
}