From 723ed0aeb84da8b77ab5417501ee863150485ff6 Mon Sep 17 00:00:00 2001 From: Matheus Horstmann <horstmannmat@hotmail.com> Date: Sat, 12 Dec 2015 17:17:12 -0200 Subject: [PATCH] fclose --- Quadra.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Quadra.c b/Quadra.c index 1542737..bb78a8f 100644 --- a/Quadra.c +++ b/Quadra.c @@ -195,4 +195,6 @@ int main (void) fputs("==================================================================================\n",log); fputs(" FIM DO PROGRAMA\n",log); fputs("==================================================================================\n",log); + + fclose(log); } -- GitLab