installed plugin norminette

This commit is contained in:
hugogogo
2021-06-27 14:06:36 +02:00
parent aa65191b11
commit f3c660cfd5
4 changed files with 19 additions and 27 deletions

View File

@@ -1,4 +1,3 @@
#include "push_swap.h"
void ps_usage(void)
@@ -12,7 +11,7 @@ void ps_error(int err)
if (err == 1)
ps_usage();
if (err == 2)
ft_printf("error\n");
ft_printf("error\n");
exit(0);
}