diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-09-13 14:51:00 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-09-13 14:51:00 +0200 |
| commit | c8a31176590fe1666bf821bc1479f28cb25b5f6a (patch) | |
| tree | 5009dfa4bc839d67448bbd45d0fc30900e54f8c0 /src | |
| parent | 49cbc11a194d41876da05481b05989248b35f8f6 (diff) | |
Fix function name
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/common/color.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/common/color.c b/src/bin/common/color.c index f4fe7f10..3b0eb97b 100644 --- a/src/bin/common/color.c +++ b/src/bin/common/color.c @@ -562,7 +562,7 @@ fprintf(stderr,"%s:%d:color_apply_icc_profile\n\tcmsCreateTransform failed. " #endif }/* color_apply_icc_profile() */ -void color_apply_conversion(opj_image_t *image) +void color_cielab_to_rgb(opj_image_t *image) { int *row; int enumcs, numcomps; |
