mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Fixed typo
This commit is contained in:
		
							parent
							
								
									61fc5e1f05
								
							
						
					
					
						commit
						e613271776
					
				| 
						 | 
					@ -916,7 +916,7 @@ ImagingLibTiffEncode(Imaging im, ImagingCodecState state, UINT8 *buffer, int byt
 | 
				
			||||||
    dump_state(clientstate);
 | 
					    dump_state(clientstate);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (state->state == 0) {
 | 
					    if (state->state == 0) {
 | 
				
			||||||
        TRACE(("Encoding line bt line"));
 | 
					        TRACE(("Encoding line by line"));
 | 
				
			||||||
        while (state->y < state->ysize) {
 | 
					        while (state->y < state->ysize) {
 | 
				
			||||||
            state->shuffle(
 | 
					            state->shuffle(
 | 
				
			||||||
                state->buffer,
 | 
					                state->buffer,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user