summaryrefslogtreecommitdiffstats
path: root/src/c_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_utils.c')
-rw-r--r--src/c_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_utils.c b/src/c_utils.c
index 3c21bff..de4e8d1 100644
--- a/src/c_utils.c
+++ b/src/c_utils.c
@@ -151,6 +151,6 @@ int16_t
tputs(tgetstr("nd", NULL), 1, ft_putchar);
ft_printf("%s", line);
return (((tcaps->cpos) != ft_strlen(line)) ?
- c_redraw_next(ft_strlen(msh->ps[tcaps->psx]), ft_strlen(line), tcaps) :
- ft_strlen(line));
+ c_redraw_next(ft_strlen(msh->ps[tcaps->psx]), ft_strlen(line), tcaps) :
+ ft_strlen(line));
}