From 2b9e226770598432806692d1e6cbb71e145a2aa7 Mon Sep 17 00:00:00 2001 From: Artem Horbunov Date: Wed, 8 Apr 2020 16:42:29 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu6/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du6/program.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/du6/program.c b/du6/program.c index 0014bec..1b61814 100644 --- a/du6/program.c +++ b/du6/program.c @@ -95,9 +95,9 @@ int main(){ if(test1){ strcpy(string, ""); } - char array[] = "\n"; + char array[] = ""; if(test2){ - strcpy(array, ""); + strcpy(array, "\n"); } //Print names if(newLines <= lines){