mirror of https://github.com/mirror/busybox.git
- small size tweak
parent
b31c252860
commit
8b1ae45037
|
@ -66,7 +66,7 @@ int tail_main(int argc, char **argv)
|
|||
{
|
||||
unsigned count = 10;
|
||||
unsigned sleep_period = 1;
|
||||
int from_top = 0;
|
||||
bool from_top = 0;
|
||||
int header_threshhold = 1;
|
||||
const char *str_c, *str_n, *str_s;
|
||||
|
||||
|
|
Loading…
Reference in New Issue