This commit is contained in:
Filatenkov Artur 2022-04-19 21:51:44 +03:00 committed by GitHub
parent 3c9881bee2
commit 0f07daf266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,7 +331,7 @@ int main(int argc, char* argv[])
/// Decompress all files
if (0 != decompressFiles(input_fd, argv, have_compressed_analoge))
{
printf("Error happend");
printf("Error happened");
if (0 != close(input_fd))
perror(nullptr);
return 1;