aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tail.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-20 21:31:21 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-20 21:31:21 +0000
commit8b1ae450379a837326bedcf79f966b2eab100fa3 (patch)
treed66bebc2a351325eff4f71316eeb150e4eff8080 /coreutils/tail.c
parentb31c2528602039ac21dc4fbeba317596615317f6 (diff)
downloadbusybox-8b1ae450379a837326bedcf79f966b2eab100fa3.tar.gz
- small size tweak
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r--coreutils/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c
index 98fbcc7c4..4baffeed1 100644
--- a/coreutils/tail.c
+++ b/coreutils/tail.c
@@ -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;