installed plugin norminette
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user