fixing norme issue in the example

This commit is contained in:
2024-01-09 00:25:23 +01:00
parent 887e2b8699
commit aa97d048b8

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */ /* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2022/10/04 17:55:21 by maldavid #+# #+# */ /* Created: 2022/10/04 17:55:21 by maldavid #+# #+# */
/* Updated: 2024/01/08 22:30:39 by maldavid ### ########.fr */ /* Updated: 2024/01/09 00:25:08 by maldavid ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@@ -93,7 +93,7 @@ int window_hook(int event, void *param)
return (0); return (0);
} }
int main(int argc, char* argv[]) int main(int argc, char **argv)
{ {
t_mlx mlx; t_mlx mlx;
void *img; void *img;