aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_res.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_get_res.c')
-rw-r--r--src/ft_get_res.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_get_res.c b/src/ft_get_res.c
index aa1bec4..013b061 100644
--- a/src/ft_get_res.c
+++ b/src/ft_get_res.c
@@ -56,7 +56,7 @@ int8_t
{
t_win *wlist;
- wlist = clist->wlist;
+ wlist = &clist->wlist;
if (clist->currlvl > 0)
return (0);
if (ft_check_res_args(words, clist) < 0)