aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_print_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_print_list.c')
-rw-r--r--src/ft_print_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_print_list.c b/src/ft_print_list.c
index c459a11..4e9e8d7 100644
--- a/src/ft_print_list.c
+++ b/src/ft_print_list.c
@@ -36,6 +36,6 @@ void
i++;
}
ft_printf("Map width -- [%zu]\n", clist->map_w);
- ft_printf("2D scale --- [%hu]\n", clist->scale);
+ ft_printf("2D scale --- [%hhu]\n", clist->scale);
ft_printf("----------------------\n");
}