From b2d5ae345fe81c7a082c778e9cb1f2c43cf97e7e Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Thu, 9 Apr 2020 23:56:00 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/du5/program.c b/du5/program.c index 1f8eca3..1689693 100644 --- a/du5/program.c +++ b/du5/program.c @@ -48,6 +48,7 @@ int main(){ printf("Nepodarilo nacitat nic\n"); return 0; } + break; } PersonList[c].score = score; strcpy(PersonList[c].name ,name);