From 8bd0ab5c6267713b22d7eda39ea36be91dd82a6d Mon Sep 17 00:00:00 2001 From: Anton Dolozin Date: Sun, 9 Nov 2025 19:26:56 +0100 Subject: [PATCH] ewh --- du6/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du6/program.c b/du6/program.c index 4974c83..b295179 100644 --- a/du6/program.c +++ b/du6/program.c @@ -78,7 +78,7 @@ int main(void){ while( fgets(line, sizeof(line), stdin)){ - if(strcmp(line, "\n\n") == 0){ + if(strcmp(line, "\n") == 0){ whitespace = true; break; }