From 97e78b0e1f0396cdee0319bafaf8ce1d6eb74f64 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Mon, 25 Feb 2019 14:05:29 +0100 Subject: Update bundled libjpeg-turbo to version 2.0.2 [ChangeLog][Third-Party Code] libjpeg-turbo was updated to version 2.0.2 Task-number: QTBUG-73883 Change-Id: Ib4ed145f1ed9c51933aae565dcb4064ffd60ec24 Reviewed-by: Kai Koehne --- src/3rdparty/libjpeg/src/jquant1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty/libjpeg/src/jquant1.c') diff --git a/src/3rdparty/libjpeg/src/jquant1.c b/src/3rdparty/libjpeg/src/jquant1.c index a336abdbbb..40bbb28cc7 100644 --- a/src/3rdparty/libjpeg/src/jquant1.c +++ b/src/3rdparty/libjpeg/src/jquant1.c @@ -154,7 +154,7 @@ typedef struct { */ boolean is_padded; /* is the colorindex padded for odither? */ - int Ncolors[MAX_Q_COMPS]; /* # of values alloced to each component */ + int Ncolors[MAX_Q_COMPS]; /* # of values allocated to each component */ /* Variables for ordered dithering */ int row_index; /* cur row's vertical index in dither matrix */ -- cgit v1.2.3