From 1751024fbaa0833d80e786906415ac2f5c08977a Mon Sep 17 00:00:00 2001 From: Romain Jegat <romain.jegat@insa-rennes.fr> Date: Sun, 28 Feb 2016 15:04:41 +0100 Subject: [PATCH] Correction code Structure --- src/structures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures.h b/src/structures.h index 417fef4..50e3598 100644 --- a/src/structures.h +++ b/src/structures.h @@ -58,6 +58,6 @@ typedef struct { competence enfant_gauche; competence enfant droit; boolean connu; -} competence +} competence; #endif -- GitLab