mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-24 14:14:47 +03:00
Fix typo
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
This commit is contained in:
parent
be6fc06409
commit
9a24c93db3
|
@ -530,7 +530,7 @@ int ImagingLibTiffMergeFieldInfo(ImagingCodecState state, TIFFDataType field_typ
|
|||
// custom fields added with ImagingLibTiffMergeFieldInfo are only used for
|
||||
// decoding, ignore readcount;
|
||||
int readcount = 0;
|
||||
// we support writing single value, or a variable number of values
|
||||
// we support writing a single value, or a variable number of values
|
||||
int writecount = 1;
|
||||
// whether the first value should encode the number of values.
|
||||
int passcount = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user