Compare commits

..

No commits in common. "0eb7c16a12a3b7ca1410768fe7329da67dbee78c" and "7c25208a585aae133928087af3399e78e5701160" have entirely different histories.

View File

@ -29,7 +29,7 @@ int main(int argc, char *argv[])
unsigned int placedWords = 0; unsigned int placedWords = 0;
char wordSalad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN]; // 2D array to store the word salad char wordSalad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN]; // 2D array to store the word salad
// Read words from file and store in 'words' array//// jjjja // Read words from file and store in 'words' array
wordCount = readWords(file, words, MAX_NUMBER_OF_WORDS); wordCount = readWords(file, words, MAX_NUMBER_OF_WORDS);
fclose(file); fclose(file);