Skip to content

Commit 8e5570e

Browse files
authored
Merge pull request #7444 from radarhere/bgr
2 parents 31d4c77 + ceca12e commit 8e5570e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_imaging.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ if (PySequence_Check(op)) { \
15751575
}
15761576
double value;
15771577
if (image->bands == 1) {
1578-
int bigendian;
1578+
int bigendian = 0;
15791579
if (image->type == IMAGING_TYPE_SPECIAL) {
15801580
// I;16*
15811581
bigendian = strcmp(image->mode, "I;16B") == 0;

0 commit comments

Comments
 (0)