mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
fix some errors
This commit is contained in:
@@ -18,7 +18,8 @@ void rra(t_stacks *stacks)
|
||||
if (stacks && stacks->a && stacks->a->previous)
|
||||
stacks->a = stacks->a->previous;
|
||||
stacks->rra++;
|
||||
secure_write(1, "rra\n", 4);
|
||||
if (stacks->print)
|
||||
secure_write(1, "rra\n", 4);
|
||||
}
|
||||
|
||||
void rrb(t_stacks *stacks)
|
||||
|
||||
Reference in New Issue
Block a user