Fix function name 590/head
authormayeut <mayeut@users.noreply.github.com>
Sun, 13 Sep 2015 12:51:00 +0000 (14:51 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sun, 13 Sep 2015 12:51:00 +0000 (14:51 +0200)
src/bin/common/color.c

index f4fe7f10d067e5d7f179dc8a86cc07614672e0ed..3b0eb97bab5d4051e72bb5dc74e185c30d28d927 100644 (file)
@@ -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;