diff --git a/src/structures.h b/src/structures.h
index 417fef4c4f35e6efcdce05b7d791303cd295bd4e..50e3598a211bb6b27e6ce2d514665d698a8f4795 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