From 067c7a77acddb30119ff11dda580fcaca208871f Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Thu, 9 Apr 2020 19:22:20 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu5/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index efc0f81..c53158f 100644 --- a/du5/program.c +++ b/du5/program.c @@ -27,7 +27,7 @@ int comp(const void *p1, const void *p2){ int main(){ - struct person PersonList=calloc(0,sizeof(struct person*)); + struct person *PersonList=calloc(0,sizeof(struct person)); char name[30]; int score=0; int c =0;