From 26aeb4fd81c72fcb4a9b0152f6325bd7872bc086 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 15 May 2022 21:50:30 +0200 Subject: [PATCH] Remove spaces --- src/fondu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fondu.c b/src/fondu.c index 488ccaa..03152a5 100644 --- a/src/fondu.c +++ b/src/fondu.c @@ -2,7 +2,7 @@ /* Auteur : Farès BELHADJ (amsi@up8.edu) */ -void fondu(void (* ancienne_anim)(int), void (* nouvelle_anim)(int), Uint32 temps_total, Uint32 temps_ecoule, int etat) { +void fondu(void (*ancienne_anim)(int), void (*nouvelle_anim)(int), Uint32 temps_total, Uint32 temps_ecoule, int etat) { GLint viewport[4]; GLint tex_id = 0; static GLuint ecran[2], proc_id = 0, quad = 0;