From 6115bb16c6e897dbad39367929283eacafdf0962 Mon Sep 17 00:00:00 2001 From: "yann.champeau" Date: Thu, 29 Dec 2022 11:59:49 +0100 Subject: [PATCH] ; --- src/annexe/.vscode/settings.json | 5 ----- src/partie2/saeP2.h | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 src/annexe/.vscode/settings.json diff --git a/src/annexe/.vscode/settings.json b/src/annexe/.vscode/settings.json deleted file mode 100644 index 30a4480..0000000 --- a/src/annexe/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.associations": { - "saeannexe.h": "c" - } -} \ No newline at end of file diff --git a/src/partie2/saeP2.h b/src/partie2/saeP2.h index 16610cc..2cbcd60 100644 --- a/src/partie2/saeP2.h +++ b/src/partie2/saeP2.h @@ -11,7 +11,7 @@ typedef struct int numcandid; char surname[31]; char name[31]; - int note[4] + int note[4]; voeu ListeVoeu[100]; }candidat;