Update src/libImaging/Unpack.c

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
REDxEYE 2025-05-31 14:39:27 +03:00 committed by GitHub
parent 2533e0f9f7
commit 207843f6cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1624,7 +1624,7 @@ static struct {
{"PA", "PA;L", 16, unpackLAL},
{"PA", "LA", 16, unpackLA},
/*2 channel to RGB/RGBA*/
/* 2 channel to RGB/RGBA */
{"RGB", "RG", 16, unpackRG},
{"RGBA", "RG", 16, unpackRG},
/* true colour */