diff --git a/Start_Linux/game.c b/Start_Linux/game.c index ae54c18..8f34bd4 100644 --- a/Start_Linux/game.c +++ b/Start_Linux/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) { - + } // Prints the word salad to console