Skip to content

Commit f277b5c

Browse files
committed
Norme test.c file
1 parent 623776a commit f277b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* By: aahlyel <aahlyel@student.42.fr> +#+ +:+ +#+ */
77
/* +#+#+#+#+#+ +#+ */
88
/* Created: 2024/08/03 04:45:58 by sabato #+# #+# */
9-
/* Updated: 2024/08/25 03:39:51 by aahlyel ### ########.fr */
9+
/* Updated: 2024/08/25 03:41:29 by aahlyel ### ########.fr */
1010
/* */
1111
/* ************************************************************************** */
1212

@@ -16,7 +16,7 @@ int main(void)
1616
{
1717
char login[8];
1818
void *mlx;
19-
19+
2020
(void)login;
2121
mlx = mlx_init();
2222
free(mlx);

0 commit comments

Comments
 (0)