This commit is contained in:
Bohdan Kapliuk 2025-01-12 15:34:28 +02:00
parent db623c28ad
commit bf52083242

View File

@ -154,7 +154,6 @@ int compress_2(const char* input_file_name, const char* output_file_name) {
dictionary[dict_size][match_length + 1] = '\0';
dict_size++;
}
current_index += match_length + 1;
}