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:
parent
8ad2acf352
commit
1e825acf8d
7 changed files with 25 additions and 16 deletions
|
@ -441,7 +441,7 @@ int patch_main(int argc UNUSED_PARAM, char **argv)
|
|||
TT.filein = TT.fileout = -1;
|
||||
|
||||
// Loop through the lines in the patch
|
||||
for(;;) {
|
||||
for (;;) {
|
||||
char *patchline;
|
||||
|
||||
patchline = get_line(TT.filepatch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue