diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_get_tex_nl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_get_tex_nl.c b/src/ft_get_tex_nl.c index 77a309a..00155de 100644 --- a/src/ft_get_tex_nl.c +++ b/src/ft_get_tex_nl.c @@ -35,7 +35,7 @@ int8_t } if (ft_check_not_found(clist->mlist->nl_tex_path) < 0) { - ft_sprintf(clist->errmsg, "%s", FT_ERR_RD_NO); + ft_sprintf(clist->errmsg, FT_ERR_RD_NL_TEX); return (-1); } return (0); |