Skip to content
Snippets Groups Projects
Verified Commit f9023c36 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

typo RETURN -> EXIT

parent bf476cac
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ date: "2022-12-13"
if (NULL == fp) {
fprintf(stderr, "Can't open output file %s!\n",
filename); // affiche dans le canal d'erreur
exit(RETURN_FAILURE);
exit(EXIT_FAILURE);
}
```
......
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