mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
FIX: dumb error
This commit is contained in:
@@ -30,9 +30,9 @@ void flags(t_stacks *stacks)
|
||||
{
|
||||
if (stacks->algo == 1)
|
||||
simple(stacks);
|
||||
if (stacks->algo == 1)
|
||||
else if (stacks->algo == 2)
|
||||
medium(stacks);
|
||||
if (stacks->algo == 1)
|
||||
else if (stacks->algo == 3)
|
||||
complex(stacks);
|
||||
else
|
||||
adaptive(stacks);
|
||||
|
||||
Reference in New Issue
Block a user