| Index: third_party/qcms/src/iccread.c
|
| diff --git a/third_party/qcms/src/iccread.c b/third_party/qcms/src/iccread.c
|
| index 9f8e046bce16a5363c10cbaf79c41404469bb73d..11326625b2ef20421a77cd27011ea1d07e7aa3d1 100644
|
| --- a/third_party/qcms/src/iccread.c
|
| +++ b/third_party/qcms/src/iccread.c
|
| @@ -1350,12 +1350,12 @@ invalid_profile:
|
|
|
| qcms_bool qcms_profile_match(qcms_profile *p1, qcms_profile *p2)
|
| {
|
| - return memcmp(p1->description, p2->description, sizeof p1->description) == 0;
|
| + return memcmp(p1->description, p2->description, sizeof p1->description) == 0;
|
| }
|
|
|
| const char* qcms_profile_get_description(qcms_profile *profile)
|
| {
|
| - return profile->description;
|
| + return profile->description;
|
| }
|
|
|
| qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile)
|
|
|