From 744b67d9e554c1aea78f3fd3c92adc5bd79339ae Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Mon, 23 Oct 2017 10:53:28 +0200 Subject: Fix various typos in log messages --- video/out/gpu/lcms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/gpu') diff --git a/video/out/gpu/lcms.c b/video/out/gpu/lcms.c index 8747ae6aa6..3552351219 100644 --- a/video/out/gpu/lcms.c +++ b/video/out/gpu/lcms.c @@ -236,7 +236,7 @@ static cmsHPROFILE get_vid_profile(struct gl_lcms *p, cmsContext cms, } // Otherwise, warn the user and generate the profile as usual - MP_WARN(p, "Video contained an invalid ICC profile! Ignoring..\n"); + MP_WARN(p, "Video contained an invalid ICC profile! Ignoring...\n"); } // The input profile for the transformation is dependent on the video -- cgit v1.2.3