generated from freudenreichan/info2Praktikum-Wortsalat
removed testing statement in input.c
This commit is contained in:
parent
cba52d17c5
commit
398936b789
@ -63,7 +63,6 @@ int readWords(FILE *file, char words[][MAX_WORD_LEN], unsigned int maxWordCount)
|
|||||||
}
|
}
|
||||||
|
|
||||||
} while (((currentChar != EOF) && (word <= maxWordCount)));
|
} while (((currentChar != EOF) && (word <= maxWordCount)));
|
||||||
printf("wortzahl: %d\n", word);
|
|
||||||
|
|
||||||
return word;
|
return word;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user