This commit is contained in:
Emma Tebibyte 2023-09-01 22:52:25 -06:00
parent f85bfa0c1a
commit df2d38d2a0
Signed by: emma
GPG Key ID: 6D661C738815E7DD
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ const char *ante(char *search_word, struct nimi *n) {
void lukin(FILE *file, struct nimi *n) {
int byte;
char *lasina[16];
char lasina[16];
for (int i = 0; (byte = fgetc(file)) != EOF; i++) {
switch (byte) {