commit | 8b1ae450379a837326bedcf79f966b2eab100fa3 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Sat Jan 20 21:31:21 2007 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Sat Jan 20 21:31:21 2007 +0000 |
tree | d66bebc2a351325eff4f71316eeb150e4eff8080 | |
parent | b31c2528602039ac21dc4fbeba317596615317f6 [diff] |
- small size tweak
diff --git a/coreutils/tail.c b/coreutils/tail.c index 98fbcc7..4baffee 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c
@@ -66,7 +66,7 @@ { 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;