Update README.md

This commit is contained in:
Matteo Paonessa 2021-10-24 22:05:58 +02:00 committed by GitHub
parent df26615950
commit df1329176d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ pub extern fn c_compress(
- `input_path` - input file path (full filename) - `input_path` - input file path (full filename)
- `output_path` - output file path (full filename) - `output_path` - output file path (full filename)
- `parameters` - options struct, containing compression parameters (see below) - `parameters` - options struct, containing compression parameters (see below)
-
#### Return #### Return
`true` if all goes well, `false` otherwise. `true` if all goes well, `false` otherwise.