From 3ee7368139b2bd23952e520e5ef101731a044b4b Mon Sep 17 00:00:00 2001 From: Enzo Degraeve Date: Wed, 1 May 2024 13:37:35 +0200 Subject: [PATCH] Add return to mlx_do_nothing fn --- mlx_int_do_nothing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlx_int_do_nothing.c b/mlx_int_do_nothing.c index 49524e42..7c1ce420 100644 --- a/mlx_int_do_nothing.c +++ b/mlx_int_do_nothing.c @@ -5,12 +5,12 @@ ** Login ** ** Started on Tue Aug 8 12:58:24 2000 Charlie Root -** Last update Tue Sep 25 15:56:22 2001 Charlie Root +** Last update Wed May 1 13:36:59 2024 Enzo Degraeve */ int mlx_int_do_nothing(void *param) { - + return (0); }