From dcc843fa9add781190493bb0527ad75f51d8f27f Mon Sep 17 00:00:00 2001 From: fdai7492 Date: Wed, 31 Jan 2024 02:09:04 +0000 Subject: [PATCH] =?UTF-8?q?refactoring:=20kleine=20Text=C3=A4nderung,=20An?= =?UTF-8?q?ton=20Lohrey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Input.c b/src/Input.c index b576a46..82c81ea 100644 --- a/src/Input.c +++ b/src/Input.c @@ -11,7 +11,7 @@ char* getUserInput() { return NULL; } - printf("Enter your input: "); + printf("-> "); if (fgets(input, BUFFER_SIZE, stdin) == NULL) { // Fehler bei fgets free(input);