summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/src/jquant1.c
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2019-02-25 14:05:29 +0100
committerEirik Aavitsland <eirik.aavitsland@qt.io>2019-02-27 13:00:43 +0000
commit97e78b0e1f0396cdee0319bafaf8ce1d6eb74f64 (patch)
treec5e1e2ee0ead25633455eb16246caae62acc776f /src/3rdparty/libjpeg/src/jquant1.c
parent116a66179196c272282b67cff51707f96cc3316a (diff)
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 <kai.koehne@qt.io>
Diffstat (limited to 'src/3rdparty/libjpeg/src/jquant1.c')
-rw-r--r--src/3rdparty/libjpeg/src/jquant1.c2
1 files changed, 1 insertions, 1 deletions
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 */