From 95592836b66903eed57f3f8fad830378ac1f8b4a Mon Sep 17 00:00:00 2001 From: Moritz Hertel Date: Mon, 27 Oct 2025 16:57:38 +0100 Subject: [PATCH] =?UTF-8?q?Meine=20=C3=84nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Start_Mac/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Mac/game.c b/Start_Mac/game.c index 46f459e..d8cc133 100644 --- a/Start_Mac/game.c +++ b/Start_Mac/game.c @@ -13,7 +13,7 @@ // Creates the word salad by placing words randomly and filling empty spaces int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen, const char words[][MAX_WORD_LEN], unsigned int wordCount) { -//WWWWW + } // Prints the word salad to console