diff options
Diffstat (limited to 'src/f_alloc.c')
-rw-r--r-- | src/f_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_alloc.c b/src/f_alloc.c index c1e0c76..721cf34 100644 --- a/src/f_alloc.c +++ b/src/f_alloc.c @@ -29,7 +29,7 @@ void ft_strlcpy(tmp, msh->argv[0], 255); s_destroy(msh); ft_dprintf(STDERR_FILENO, "%s: %s\n", tmp, strerror(errno)); - exit(FT_RET_ALLOC); + exit(M_RET_ALLOC); } void |