This commit is contained in:
Bohdan Kapliuk 2025-01-12 16:59:06 +02:00
parent 20a717c3cd
commit 629d0194ea

View File

@ -100,7 +100,7 @@ int decompress_1(const char* input_file_name, const char* output_file_name) {
free(data); free(data);
free(decompressed); free(decompressed);
return result == 0 ? (int)out_size : -1; return 0;
} }
// LZ78 // LZ78