libbb: shrink lineedit_read_key()
function old new delta lineedit_read_key 237 231 -6 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		| @@ -654,7 +654,7 @@ static int read_bunzip(bunzip_data *bd, char *outbuf, int len) | ||||
| 				/* Subtract the 1 copy we'd output anyway to get extras */ | ||||
| 				--bd->writeCopies; | ||||
| 			} | ||||
| 		} /* for(;;) */ | ||||
| 		} /* for (;;) */ | ||||
|  | ||||
| 		/* Decompression of this input block completed successfully */ | ||||
| 		bd->writeCRC = CRC = ~CRC; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user