mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
finish the checker error
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "parsing.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
static int wich_mod(int mod)
|
||||
int wich_mod(int mod)
|
||||
{
|
||||
if (mod == 0)
|
||||
return (1);
|
||||
|
||||
Reference in New Issue
Block a user