diff --git a/Start_Windows/game.c b/Start_Windows/game.c index 9985c46..dab22bf 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -26,7 +26,8 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi salad[i][j] = '.'; //Füllen des gesamten Arrays mit Nullen } } - for (int i=0; i < wordCount; i++) { + for (int i=0; i < wordCount; i++) + { wordLength = strlen(words[i]);