aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-20 21:31:21 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-20 21:31:21 +0000
commit624fe8ac863e9bb0369937de926852adea303506 (patch)
treed66bebc2a351325eff4f71316eeb150e4eff8080
parentfda0a88c4c2104356e2dde0b03a3177af56647e6 (diff)
downloadbusybox-w32-624fe8ac863e9bb0369937de926852adea303506.tar.gz
busybox-w32-624fe8ac863e9bb0369937de926852adea303506.tar.bz2
busybox-w32-624fe8ac863e9bb0369937de926852adea303506.zip
- small size tweak
git-svn-id: svn://busybox.net/trunk/busybox@17418 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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)
66{ 66{
67 unsigned count = 10; 67 unsigned count = 10;
68 unsigned sleep_period = 1; 68 unsigned sleep_period = 1;
69 int from_top = 0; 69 bool from_top = 0;
70 int header_threshhold = 1; 70 int header_threshhold = 1;
71 const char *str_c, *str_n, *str_s; 71 const char *str_c, *str_n, *str_s;
72 72