fixed typos

This commit is contained in:
Katarzyna Miernikiewicz 2020-08-12 11:48:40 +00:00
parent 89ef35d4c3
commit 57fa728e4b
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
build/
build/

View File

@ -4,4 +4,4 @@ This library provides sandboxed version of the [OpenJPEG](https://github.com/ucl
## Examples
The examples are sandboxed and simplified version of the main tools provided by the OpenJPEG library, namely (for now) `opj_decompress` from [here](https://github.com/uclouvain/openjpeg/blob/master/src/bin/jp2/opj_decompress.c).
The examples are sandboxed and simplified version of the main tools provided by the OpenJPEG library, namely (for now) `opj_decompress` from [here](https://github.com/uclouvain/openjpeg/blob/master/src/bin/jp2/opj_decompress.c).

View File

@ -347,4 +347,4 @@ int imagetopnm(opj_image_t * image, const char *outfile, int force_split)
free(destname);
return 0;
}/* imagetopnm() */
}/* imagetopnm() */

View File

@ -5,4 +5,4 @@
const char* opj_version(void);
int imagetopnm(opj_image_t * image, const char *outfile, int force_split);
static int are_comps_similar(opj_image_t * image);
static int are_comps_similar(opj_image_t * image);