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:
@@ -418,7 +418,7 @@ int patch_main(int argc UNUSED_PARAM, char **argv)
|
||||
}
|
||||
|
||||
// Loop through the lines in the patch
|
||||
for(;;) {
|
||||
for (;;) {
|
||||
char *patchline;
|
||||
|
||||
patchline = xmalloc_fgetline(stdin);
|
||||
|
Reference in New Issue
Block a user