aboutsummaryrefslogtreecommitdiff
path: root/check_leaks.c
diff options
context:
space:
mode:
Diffstat (limited to 'check_leaks.c')
-rw-r--r--check_leaks.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/check_leaks.c b/check_leaks.c
index ff16e9c..66fc7e1 100644
--- a/check_leaks.c
+++ b/check_leaks.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/06 18:14:36 by cacharle #+# #+# */
-/* Updated: 2020/02/06 18:14:37 by cacharle ### ########.fr */
+/* Updated: 2020/07/08 18:14:37 by ykoh ### ########.fr */
/* */
/* ************************************************************************** */
@@ -275,7 +275,6 @@ int main()
ft_printf("%hhllo", 42);
ft_printf("%llho", 42);
ft_printf("%lllo", 42);
- ft_printf("%-o", 42);
ft_printf("%Lu", 42);
ft_printf("%#u", 42);
ft_printf("%+u", 42);