From 6f88633743d51b5536ffbae128696afb47052a10 Mon Sep 17 00:00:00 2001 From: Anzhelika Nikolaieva Date: Fri, 17 Mar 2023 21:09:57 +0000 Subject: [PATCH] Update 'du4/program.c' --- du4/program.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/du4/program.c b/du4/program.c index c72067f..09a3a6e 100644 --- a/du4/program.c +++ b/du4/program.c @@ -47,11 +47,6 @@ int main() { expected_result = strtof(next, &next); while (*next == ' ') next++; } else { - printf("CHYBA\n"); - goto next_line; - } - if (*next != '\n') { - printf("CHYBA\n"); goto next_line; }