From 8b1ae450379a837326bedcf79f966b2eab100fa3 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 20 Jan 2007 21:31:21 +0000 Subject: - small size tweak --- coreutils/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/tail.c') 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; -- cgit v1.2.3