From: = <=> Date: Thu, 18 Dec 2025 12:29:46 +0000 (+0100) Subject: Fixed header X-Git-Url: https://git.uwuaxy.net/?a=commitdiff_plain;h=877b6b52ad7e3457c7002dcee3e098213625bdf8;p=axy%2Fft%2Fpushswap.git Fixed header --- diff --git a/pushswap.h b/pushswap.h index b1c8520..e1c2dd2 100644 --- a/pushswap.h +++ b/pushswap.h @@ -6,7 +6,7 @@ /* By: clefrere +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/12/02 11:02:44 by agilliar #+# #+# */ -/* Updated: 2025/12/18 13:27:05 by agilliar ### ########.fr */ +/* Updated: 2025/12/18 13:29:32 by agilliar ### ########.fr */ /* */ /* ************************************************************************** */ @@ -177,7 +177,7 @@ void algorithm_complex(const t_stacks *stacks, t_closure cb); void algorithm_leafsort(const t_stacks *stacks, t_closure cb); t_frac frac_new(size_t num, size_t den); -t_frac frac_mul(t_frac lhs, t_frac lhs); -bool frac_lte(t_frac lhs, t_frac lhs); +t_frac frac_mul(t_frac lhs, t_frac rhs); +bool frac_lte(t_frac lhs, t_frac rhs); #endif